Variable IniLikeFile.WriteOptions.preserveEmptyLines

Whether to preserve empty lines on saving.

struct IniLikeFile.WriteOptions
{
  // ...
  std.typecons.Flag!("preserveEmptyLines") preserveEmptyLines = cast(Flag)true;
  // ...
}