4 lines
127 B
VimL
Raw Normal View History

2021-03-22 18:01:49 +03:00
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
autocmd FileType gitcommit let b:EditorConfig_disable = 1