From: Samir Benmendil Date: Tue, 29 Jan 2019 07:40:16 +0000 (+0000) Subject: vim: don't expand tabs in gitconfig X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/f6cb34c0a6737e4072191d214173caf332c8ed68 vim: don't expand tabs in gitconfig --- 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