.vimrc: Change tabstop and shiftwidth to 2.

This commit is contained in:
Jonathan Bernard 2016-02-02 09:43:04 -06:00
parent f3d5d0b4ae
commit be8a16f833

4
.vimrc
View File

@ -1,8 +1,8 @@
execute pathogen#infect()
set ruler
set autoindent
set tabstop=4
set shiftwidth=4
set tabstop=2
set shiftwidth=2
set expandtab
syntax enable
set number