sindresorhus / editorconfig-sublime

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

trim trailing semicolon #71

Closed PascalSalesch closed 7 years ago

PascalSalesch commented 7 years ago

could the extension

trim_trailing_semicolon

be added?

kipit commented 7 years ago

This package handle EditorConfig file format, ans I don't see support for this feature by the EditorConfig file format: http://editorconfig.org/ Am I missing something?

sindresorhus commented 7 years ago

That's outside the scope of this plugin and EditorConfig as it's language specific.