Set 'shiftwidth' and 'softtabstop' to 0

This commit is contained in:
Talia 2018-08-01 14:53:37 +02:00
parent 5e150d5b81
commit d3ccd7e0e6
1 changed files with 2 additions and 2 deletions

4
vimrc
View File

@ -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