Update gitconfig filetype to use tabstop=8

This commit is contained in:
Kenneth Benzie 2017-09-01 12:12:19 +01:00
parent b606adb79f
commit 278ac760e1

View File

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