From d9f4709081a176874e0ed663ea95f3946fedb039 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Tue, 9 Apr 2013 12:26:12 +0200 Subject: vimrc: 4 spaces for tabs --- conf/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') 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 -- cgit v1.2.3-59-g8ed1b