]> git.rmz.io Git - dotfiles.git/commitdiff
vim/gitconfig: set shiftwidth and tabstop to 8
authorSamir Benmendil <me@rmz.io>
Fri, 13 Jan 2023 23:49:24 +0000 (23:49 +0000)
committerSamir Benmendil <me@rmz.io>
Sat, 14 Jan 2023 02:35:28 +0000 (02:35 +0000)
vim/ftplugin/gitconfig.vim

index bbd8967d578154182ad48d42abf35b404e7e3768..d19deee97e01340aa3b74e0b76a0fb1a93af2152 100644 (file)
@@ -1 +1,4 @@
 setlocal noexpandtab
+
+setlocal shiftwidth=8
+setlocal tabstop=8