Yet another Vim plugin for EditorConfig
The official editorconfig-vim
has no external dependencies. It doesn't require if_python interface anymore.
See #119 for details.
charsetend_of_lineindent_sizeindent_styleinsert_final_newlinemax_line_lengthroottab_widthtrim_trailing_whitespace
Properties below are enabled only in this plugin:
c_include_pathspell_language
- Install the plugin
 - Locate 
.editorconfig - Edit some files
 
Exclude regexp patterns for filetypes or filepaths
let g:editorconfig_blacklist = {
    \ 'filetype': ['git.*', 'fugitive'],
    \ 'pattern': ['\.un~$']}Automatically :lcd If root = true exists in .editorconfig.
Show verbose messages
let g:editorconfig_verbose = 1 " 0 by defaultUse your favorite plugin manager.
MIT License
sgur