aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent/gitconfig.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/indent/gitconfig.vim')
-rw-r--r--vim/after/indent/gitconfig.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/after/indent/gitconfig.vim b/vim/after/indent/gitconfig.vim
deleted file mode 100644
index 16a948ab..00000000
--- a/vim/after/indent/gitconfig.vim
+++ /dev/null
@@ -1,6 +0,0 @@
-" Use tabs for indent in Git config files, rather than fighting with the
-" frontend tool
-setlocal noexpandtab
-setlocal softtabstop=0
-let &shiftwidth = &tabstop
-let b:undo_indent .= '|setlocal expandtab< softtabstop< shiftwidth<'