Switch to 2 space tabs
This commit is contained in:
4
init.vim
4
init.vim
@@ -24,8 +24,8 @@ filetype plugin indent on
|
|||||||
|
|
||||||
""" General
|
""" General
|
||||||
" indentation
|
" indentation
|
||||||
set tabstop=4 " tabs only count for 4 spaces
|
set tabstop=2 " tabs only count for 4 spaces
|
||||||
set shiftwidth=4 " when indenting use 4 spaces
|
set shiftwidth=2 " when indenting use 4 spaces
|
||||||
set noexpandtab " use tab characters
|
set noexpandtab " use tab characters
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user