Shiftwidth to 2 because nicer!
This commit is contained in:
parent
2b25dab098
commit
95041c5df0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user