aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-04-09 12:26:12 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-04-09 12:26:12 +0200
commitd9f4709081a176874e0ed663ea95f3946fedb039 (patch)
tree7baa13f0086af00b07e26b24da3cf6804b47e23a /conf
parentbashrc: add loop helpers (diff)
downloadlaurent-tools-d9f4709081a176874e0ed663ea95f3946fedb039.tar.xz
laurent-tools-d9f4709081a176874e0ed663ea95f3946fedb039.zip
vimrc: 4 spaces for tabs
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