Fix a bug in the newline logic

This commit is contained in:
Hackerpilot 2020-06-11 03:07:17 -07:00
parent 69bd684b44
commit f37f2b4622
1 changed files with 2 additions and 0 deletions

View File

@ -480,6 +480,8 @@ private:
{
if (config.dfmt_keep_line_breaks != OptionalBoolean.t)
newline();
else if (!currentIs(tok!"."))
newline();
justAddedExtraNewline = j;
}
else if (hasCurrent)