summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2009-06-24 15:06:04 +0200
committerDamien Lespiau <damien.lespiau@intel.com>2009-06-24 15:06:04 +0200
commit2008b6335c266bc862cbee8dff88b5d8fa2c7a3d (patch)
treedea2b43dfde0fb03d28234333e9f80d45e0bbe26 /.vimrc
parentbad91a4b476d69f75a30143cc673438f53f90d49 (diff)
downloadclutter-gst-2008b6335c266bc862cbee8dff88b5d8fa2c7a3d.tar.gz
[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.
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
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