Replace tabs with 4 spaces in vim
This commit is contained in:
parent
f052ef195c
commit
90c727441e
|
@ -9,6 +9,10 @@ set t_Co=256
|
|||
""Misc
|
||||
set clipboard=unnamedplus
|
||||
set nofoldenable
|
||||
""Spaces instead of tabs
|
||||
set expandtab
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
""MuComplete
|
||||
"set completeopt+=menuone
|
||||
"set completeopt+=noinsert
|
||||
|
|
Loading…
Reference in New Issue