sindresorhus / atom-editorconfig

Helps developers maintain consistent coding styles between different editors
https://atom.io/packages/editorconfig
MIT License
812 stars 80 forks source link

Multiple newline/carriage returns aren't stripped from the end of the file #108

Closed florianb closed 7 years ago

glennpratt commented 7 years ago

This seems to be removing multiple newlines even when I have:

trim_trailing_whitespace = false
florianb commented 7 years ago

Hi @glennpratt, thanks for reporting this issue. Please open a new issue containing all necessary information to debug this.

Even though you would probably like to know that multiple newlines should be influenced by insert_final_newline only.

glennpratt commented 7 years ago

Thanks. #164