afknst

Results 3 comments of afknst

I run into this issue recently. Could you please just add an option to keep line breaks (for non-empty lines)? This way users can fix the case manually.

I have some code like bellow; ``` -- A a = A() -- B .B() -- C .C() ``` And after several runs, the formatter makes it like this: ```...