From f4757b549351efa4d02077f2ff711a8090e5a5cb Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 5 May 2008 16:39:38 +0100 Subject: [PATCH] handle git config tabs properly --- .vim/ftplugin/gitconfig.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vim/ftplugin/gitconfig.vim diff --git a/.vim/ftplugin/gitconfig.vim b/.vim/ftplugin/gitconfig.vim new file mode 100644 index 0000000..976959b --- /dev/null +++ b/.vim/ftplugin/gitconfig.vim @@ -0,0 +1,3 @@ +" git uses tabs by default +setlocal noet +setlocal sw=8 -- 2.39.2