[ADD][VIM] Use tabs in gitconfig

This commit is contained in:
Bruno BELANYI 2020-02-04 13:28:43 +01:00
parent 0ad4b69dad
commit 7fc21c978e

View file

@ -0,0 +1,6 @@
" Create the `b:undo_ftplugin` variable if it doesn't exist
call ftplugined#check_undo_ft()
" Git configuration files should use tabs to indent
setlocal noexpandtab
let b:undo_ftplugin.='|setlocal noexpandtab<'