editorconfig / editorconfig-vim

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

How to know if editorconfig has loaded a .editorconfig file? #171

Closed muljo closed 3 years ago

cxw42 commented 3 years ago

You can let g:EditorConfig_verbose=1 before you open your file. The EditorConfig plugin will print out the settings it has found for that file. Does that help?

muljo commented 3 years ago

Yes that works great thanks