Change tab indentation to 2 spaces
This commit is contained in:
parent
60ccea52c2
commit
a68a7a992d
|
@ -11,8 +11,8 @@ set clipboard=unnamedplus
|
|||
set nofoldenable
|
||||
""Spaces instead of tabs
|
||||
set expandtab
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
""MuComplete
|
||||
"set completeopt+=menuone
|
||||
"set completeopt+=noinsert
|
||||
|
|
Loading…
Reference in New Issue