Update gitconfig filetype to use tabstop=8

This commit is contained in:
Kenneth Benzie 2017-09-01 12:12:19 +01:00
parent 97f05c19ca
commit 59bb24b7f3

View File

@ -1 +1,5 @@
" Setup tabs
setlocal noexpandtab setlocal noexpandtab
setlocal tabstop=8
setlocal shiftwidth=8
setlocal softtabstop=8