editorconfig / editorconfig-vim

EditorConfig plugin for Vim
http://editorconfig.org
Other
3.14k stars 139 forks source link

can't disable conflicting rules #89

Closed newvar closed 7 years ago

newvar commented 7 years ago

problem: trim_trailing_whitespace rule conflicts with autosaving, that results in following behavior

solution: add parameter to disable supported rules in global or local vimrc

newvar commented 7 years ago

90 pr as solution

newvar commented 7 years ago

pr merged