aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/vimrc b/conf/vimrc
index b62ec5e..8558ea8 100644
--- a/conf/vimrc
+++ b/conf/vimrc
@@ -39,13 +39,13 @@ set winwidth=80
"set smarttab
"set softtabstop=2
"
-set tabstop=2 " a tab is four spaces
+set tabstop=4 " a tab is four spaces
set expandtab
set backspace=indent,eol,start " allow backspacing over everything in insert mode
set autoindent " always set autoindenting on
set copyindent " copy the previous indentation on autoindenting
" set number " always show line numbers
-set shiftwidth=2 " number of spaces to use for autoindenting
+set shiftwidth=4 " number of spaces to use for autoindenting
set shiftround " use multiple of shiftwidth when indenting with '<' and '>'
set showmatch " set show matching parenthesis
set ignorecase " ignore case when searching