Variable IniLikeFile.WriteOptions.lineBetweenGroups
Whether to write empty line after each group except for the last. New line is not written when it already exists before the next group.
struct IniLikeFile.WriteOptions
{
// ...
std .typecons .Flag!("lineBetweenGroups") lineBetweenGroups
= cast(Flag)false;
// ...
}