Indent with spaces
parent
0feb6580b1
commit
2ee5a7ede5
|
@ -49,6 +49,9 @@ call plug#end()
|
|||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
|
||||
" indent with spaces
|
||||
set expandtab
|
||||
|
||||
" scroll offset
|
||||
set scrolloff=4
|
||||
|
||||
|
|
Loading…
Reference in New Issue