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

trim_trailing_whitespace = true not working #49

Closed mfuentesg closed 8 years ago

mfuentesg commented 8 years ago
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
draw_white_space = true
trim_trailing_white_space_on_save = true
sindresorhus commented 8 years ago

It works for me, so you're gonna have to be more specific. Paste in your whole .editorconfig file and what kind of file type you're able to reproduce the issue with.

mfuentesg commented 8 years ago

I restarted my Editor and it works