Reputation: 3677
VS Code's Elixir formatter removes double (or more) empty lines when formatting the file on save.
Is there an option to leave multiple empty lines untouched, instead of keeping only one empty line between definitions of functions or other blocks?
Upvotes: 1
Views: 385
Reputation: 11
I solved this by changing the "Editor end of line" from CRLF to LF
Upvotes: 1