summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2010-06-05 18:29:58 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2010-06-05 18:29:58 +0100
commit8192229370619a61e8f9dc364ccb2be82b200814 (patch)
treeb734d6c02b29eb1814780627751e7dc92820da90 /.vimrc
parent142f41040d867a615fbd4d9f4d2240f1a7d78ca4 (diff)
downloadclutter-gst-8192229370619a61e8f9dc364ccb2be82b200814.tar.gz
vimrc: set softtabstop=2
As the indentation level is 2 characters it makes more sense to set softtabstop to that indentation level so tabs in insert mode behave correctly.
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 2aed349..899811a 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,4 +1,5 @@
set tabstop=8
+set softtabstop=2
set shiftwidth=2
set expandtab
set cinoptions=>4,n-2,{2,^-2,:0,=2,g0,h2,t0,+2,(0,u0,w1,m1