summaryrefslogtreecommitdiff
path: root/.vimrc
Commit message (Collapse)AuthorAgeFilesLines
* vimrc: set softtabstop=2Damien Lespiau2010-06-051-0/+1
| | | | | | 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.
* [vimrc] tabstop should be 8Damien Lespiau2010-01-041-1/+1
| | | | A tab is always 8 spaces wide.
* [misc] tabstop=2 in .vimrcDamien Lespiau2009-06-241-1/+1
| | | | | Let's enforce tabstop = tabshift = 2 and expandtab to make the chance of the source files looking good in other editors much higher.
* Add .vimrc - Less pain for developers that switch between projectsDamien Lespiau2009-06-141-0/+4
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.