editorconfig / editorconfig-vim

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

Add the ability to disable EditorConfig per-buffer #154

Closed midchildan closed 3 years ago

midchildan commented 3 years ago

This PR introduces a buffer-local variable, b:EditorConfig_disable, that would allow users to disable EditorConfig for specific filetypes, or create their own rules for disabling.

Solves #104.

midchildan commented 3 years ago

Thanks for reviewing! I've pushed a fix.