Vim: use 2-space indentation
This commit is contained in:
parent
d881964832
commit
e1c92664be
4
.vimrc
4
.vimrc
@ -43,8 +43,8 @@ set modelines=5 " Number of lines to check for vim: directives at the st
|
||||
set autoindent " AutomaticAlly indent new line
|
||||
|
||||
" Indentation
|
||||
set ts=4 " Number of spaces in a tab
|
||||
set sw=4 " Number of spaces for indent
|
||||
set ts=2 " Number of spaces in a tab
|
||||
set sw=2 " Number of spaces for indent
|
||||
set et " Expand tabs into spaces
|
||||
|
||||
" Mouse settings
|
||||
|
||||
Loading…
Reference in New Issue
Block a user