Merge pull request #386 from erickt/master

Adding a simple vim indent file
This commit is contained in:
Patrick Walton 2011-05-17 20:51:00 -07:00
commit dc78544d36
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,9 @@
" Vim indent file
if exists("b:did_indent")
finish
endif
let b:did_indent = 1
setlocal cindent