mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
4 lines
127 B
VimL
4 lines
127 B
VimL
|
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
|
||
|
|
||
|
autocmd FileType gitcommit let b:EditorConfig_disable = 1
|