Set 'shiftwidth' and 'softtabstop' to 0
This commit is contained in:
parent
5e150d5b81
commit
d3ccd7e0e6
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -68,8 +68,8 @@ set swapfile
|
|||
|
||||
" Indentation, etc.
|
||||
set tabstop=2
|
||||
set softtabstop=2
|
||||
set shiftwidth=2
|
||||
set shiftwidth=0 " Not needed
|
||||
set softtabstop=0 " Not needed
|
||||
set noexpandtab
|
||||
set smarttab
|
||||
set autoindent
|
||||
|
|
Loading…
Reference in a new issue