diff options
Diffstat (limited to '.vim/plugin/editorconfig.vim')
-rw-r--r-- | .vim/plugin/editorconfig.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/plugin/editorconfig.vim b/.vim/plugin/editorconfig.vim new file mode 100644 index 0000000..70a4c16 --- /dev/null +++ b/.vim/plugin/editorconfig.vim @@ -0,0 +1,2 @@ +let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*'] +au FileType gitcommit let b:EditorConfig_disable = 1 |