From 0b7499920f789feb4da1142e3735459aa85759ab Mon Sep 17 00:00:00 2001 From: schaerer Date: Wed, 12 May 2010 11:22:14 +0000 Subject: [PATCH] coding style configuration for vim --- .vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vimrc b/.vimrc index 45604d2..05b2557 100644 --- a/.vimrc +++ b/.vimrc @@ -1,10 +1,10 @@ "clitk related standards " -set shiftwidth=2 set cindent -"set cino={.5s,e-.5s,^-.5s +set softtabstop=0 "disable set expandtab -set softtabstop=2 +"set cino={.5s,e-.5s,^-.5s +set shiftwidth=2 set makeprg=/home/joel/workspace/cvs/clitk3/fast_make.sh set grepprg=clgrep -- 2.45.1