sindresorhus / editorconfig-sublime

Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
MIT License
1.77k stars 108 forks source link

Does not delete all end of lines if there are duplicates #11

Closed musm closed 11 years ago

musm commented 11 years ago

For example in the screen capture below you see that there are duplicate empty lines. This plugin will not remove all end of lines at the end of the document when saved.

I'm not sure if this is actually a feature, but to me it seems like a bug.

capture

sindresorhus commented 11 years ago

The option is insert_final_newline, not enforce_single_final_newline ;)