editorconfig-sublime
editorconfig-sublime copied to clipboard
Deletes lines of insert_final_newline = false
This parameter should not delete lines, it is only to add them.
insert_final_newline: set to true to ensure file ends with a newline when saving and false to ensure it doesn't
see https://github.com/editorconfig/editorconfig/issues/269
https://github.com/sindresorhus/editorconfig-sublime/issues/44
#44
Yes, you broke the plugin
In accordance with the editorconfig documentation, this option only requires adding lines, it does not require removal. See the discussion for relevant issues https://github.com/editorconfig/editorconfig/issues/