use tabs not spaces
This commit is contained in:
parent
ee797ad72b
commit
5687e956ee
6
init.vim
6
init.vim
|
@ -240,10 +240,10 @@ set diffopt+=vertical
|
||||||
set rnu nu
|
set rnu nu
|
||||||
|
|
||||||
set tabstop=8
|
set tabstop=8
|
||||||
set softtabstop=2
|
set softtabstop=-1
|
||||||
set shiftwidth=2
|
set shiftwidth=8
|
||||||
set shiftround
|
set shiftround
|
||||||
set expandtab
|
set noexpandtab
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
||||||
set textwidth=120
|
set textwidth=120
|
||||||
|
|
Loading…
Reference in New Issue