From 649bbfd310d7722a37b7a18b1c34062f2b5e4310 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Sun, 14 Jun 2009 00:42:50 +0100 Subject: 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. --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vimrc (limited to '.vimrc') 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 -- cgit v1.2.1