chore(vim): change the default tabstop to 2 from 4
This commit is contained in:
parent
cd9b06d987
commit
ee7def9362
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@ set splitright
|
|||
set splitbelow
|
||||
|
||||
" Tabs and indenting
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
set expandtab
|
||||
set autoindent
|
||||
filetype plugin indent on
|
||||
|
|
|
|||
Loading…
Reference in a new issue