use tabs not spaces
This commit is contained in:
parent
ee797ad72b
commit
5687e956ee
1 changed files with 3 additions and 3 deletions
6
init.vim
6
init.vim
|
|
@ -240,10 +240,10 @@ set diffopt+=vertical
|
|||
set rnu nu
|
||||
|
||||
set tabstop=8
|
||||
set softtabstop=2
|
||||
set shiftwidth=2
|
||||
set softtabstop=-1
|
||||
set shiftwidth=8
|
||||
set shiftround
|
||||
set expandtab
|
||||
set noexpandtab
|
||||
set autoindent
|
||||
|
||||
set textwidth=120
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue