aisamanra/config-ini

Config rewriting introduces newlines

Closed this issue · 1 comments

I haven't tracked it down yet, but sometimes when the bidirectional support regenerates a config, newlines are introduced between the section name and the first setting in a section, e.g.,

[section]


setting = foo

[section2]




otherSetting = bar

More specifically, a single newline is introduced (and then multiple rounds of loading and rewriting lead to the case above where there are many).