Change tab indentation to 2 spaces

This commit is contained in:
coolneng 2019-05-11 01:04:20 +02:00
parent 60ccea52c2
commit a68a7a992d
1 changed files with 2 additions and 2 deletions

View File

@ -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