[ADD][VIM] Use tabs in gitconfig
This commit is contained in:
parent
0ad4b69dad
commit
7fc21c978e
6
vim/.vim/after/ftplugin/gitconfig.vim
Normal file
6
vim/.vim/after/ftplugin/gitconfig.vim
Normal 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<'
|
Loading…
Reference in a new issue