Vim: use 2-space indentation

This commit is contained in:
Corrado Primier 2020-03-08 22:47:38 +00:00
parent d881964832
commit e1c92664be

4
.vimrc
View File

@ -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