Update gitconfig filetype to use tabstop=8

This commit is contained in:
Kenneth Benzie 2017-09-01 12:12:19 +01:00
parent f9115f0495
commit e8a6098bd6

View File

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