diff --git a/vim/.vim/after/ftplugin/gitconfig.vim b/vim/.vim/after/ftplugin/gitconfig.vim new file mode 100644 index 0000000..1ff3ac0 --- /dev/null +++ b/vim/.vim/after/ftplugin/gitconfig.vim @@ -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<'