From 2008b6335c266bc862cbee8dff88b5d8fa2c7a3d Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Wed, 24 Jun 2009 15:06:04 +0200 Subject: [misc] tabstop=2 in .vimrc Let's enforce tabstop = tabshift = 2 and expandtab to make the chance of the source files looking good in other editors much higher. --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 2aed349..548ddcf 100644 --- a/.vimrc +++ b/.vimrc @@ -1,4 +1,4 @@ -set tabstop=8 +set tabstop=2 set shiftwidth=2 set expandtab set cinoptions=>4,n-2,{2,^-2,:0,=2,g0,h2,t0,+2,(0,u0,w1,m1 -- cgit v1.2.1