From: Samir Benmendil Date: Fri, 13 Jan 2023 23:49:24 +0000 (+0000) Subject: vim/gitconfig: set shiftwidth and tabstop to 8 X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/c81fcb5c4ee95cc169a915632d57d8fda7845918?ds=inline vim/gitconfig: set shiftwidth and tabstop to 8 --- diff --git a/vim/ftplugin/gitconfig.vim b/vim/ftplugin/gitconfig.vim index bbd8967..d19deee 100644 --- a/vim/ftplugin/gitconfig.vim +++ b/vim/ftplugin/gitconfig.vim @@ -1 +1,4 @@ setlocal noexpandtab + +setlocal shiftwidth=8 +setlocal tabstop=8