Shiftwidth to 2 because nicer!

This commit is contained in:
Alexander Hosking 2017-10-17 09:59:43 -04:00
parent 2b25dab098
commit 95041c5df0

View File

@ -27,7 +27,7 @@ set ruler " Always show info along bottom.
set autoindent " auto-indent
set tabstop=4 " tab spacing
set softtabstop=4 " unify
set shiftwidth=4 " indent/outdent by 4 columns
set shiftwidth=2 " indent/outdent by 2 columns
set shiftround " always indent/outdent to the nearest tabstop
set expandtab " use spaces instead of tabs
set smarttab " use tabs at the start of a line, spaces elsewhere