Indent with spaces
This commit is contained in:
parent
0feb6580b1
commit
2ee5a7ede5
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ call plug#end()
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
|
|
||||||
|
" indent with spaces
|
||||||
|
set expandtab
|
||||||
|
|
||||||
" scroll offset
|
" scroll offset
|
||||||
set scrolloff=4
|
set scrolloff=4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue