Vim spaces = 2
This commit is contained in:
parent
8cb550595c
commit
c455b8179b
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -21,7 +21,7 @@ filetype plugin indent on " required
|
|||
syntax enable
|
||||
set background=dark
|
||||
"" Default Tab Setup
|
||||
set tabstop=4
|
||||
set tabstop=2
|
||||
set softtabstop=0
|
||||
set shiftwidth=4
|
||||
set expandtab
|
||||
|
|
Loading…
Reference in a new issue