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

Use TrailingSpaces package when installed #30

Closed KindDragon closed 10 years ago

KindDragon commented 10 years ago

Use

{ "trailing_spaces_trim_on_save": true }

if TrailingSpaces package installed instead of

{ "trim_trailing_white_space_on_save": true }

https://github.com/SublimeText/TrailingSpaces

sindresorhus commented 10 years ago

Nah, the TrailingSpaces plugin can read from the official setting if it makes sense.