From f6cb34c0a6737e4072191d214173caf332c8ed68 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 29 Jan 2019 07:40:16 +0000 Subject: [PATCH] vim: don't expand tabs in gitconfig --- vim/ftplugin/gitconfig.vim | 1 + 1 file changed, 1 insertion(+) 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..bbd8967 --- /dev/null +++ b/vim/ftplugin/gitconfig.vim @@ -0,0 +1 @@ +setlocal noexpandtab -- 2.48.1