commit 3b703aaa24f601e9aa28b50286c989127e6d282f parent 1afe31d11b0738900ba2de337ec093994b4a9e89 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Fri, 30 Dec 2011 15:15:42 +0100 autoindent is not great Diffstat:
vim/vimrc | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/vim/vimrc b/vim/vimrc @@ -6,10 +6,12 @@ source ~/.vim/perso set nocompatible -set autoindent +" set autoindent set expandtab set softtabstop=2 set shiftwidth=2 +" set softtabstop=4 +" set shiftwidth=4 set iskeyword+=-