Config rewriting introduces newlines
Closed this issue · 1 comments
jtdaugherty commented
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
jtdaugherty commented
More specifically, a single newline is introduced (and then multiple rounds of loading and rewriting lead to the case above where there are many).