summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2009-06-14 00:42:50 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2009-06-14 00:42:50 +0100
commit649bbfd310d7722a37b7a18b1c34062f2b5e4310 (patch)
treef15432bcf29c2f393260f5eaf0ca1cfa4cb11039 /.vimrc
parenta1f7d47655242127770fb1e048d584d2cd3b045a (diff)
downloadclutter-gst-649bbfd310d7722a37b7a18b1c34062f2b5e4310.tar.gz
Add .vimrc - Less pain for developers that switch between projects
For vim users. Setting: set exrc set secure will allow vim to source the .vimrc file in the clutter-gst directory to enforce the coding style of the library. Hopefully it can make your life easier.
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
new file mode 100644
index 0000000..2aed349
--- /dev/null
+++ b/.vimrc
@@ -0,0 +1,4 @@
+set tabstop=8
+set shiftwidth=2
+set expandtab
+set cinoptions=>4,n-2,{2,^-2,:0,=2,g0,h2,t0,+2,(0,u0,w1,m1