Change indentation to 2.
This commit is contained in:
6
init.vim
6
init.vim
@@ -29,9 +29,9 @@ filetype plugin on
|
||||
|
||||
""" General
|
||||
" indentation
|
||||
set tabstop=4 " tabs only count for 4 spaces
|
||||
set shiftwidth=4 " when indenting use 4 spaces
|
||||
set expandtab " use tab characters
|
||||
set tabstop=2 " tabs only count for 4 spaces
|
||||
set shiftwidth=2 " when indenting use 4 spaces
|
||||
set expandtab " don't use tab characters
|
||||
set autoindent
|
||||
|
||||
" view
|
||||
|
||||
Reference in New Issue
Block a user