Skip to content

Commit dc78544

Browse files
committed
Merge pull request #386 from erickt/master
Adding a simple vim indent file
2 parents ace8058 + 4d0cbd4 commit dc78544

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/etc/vim/indent/rust.vim

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
" Vim indent file
2+
3+
if exists("b:did_indent")
4+
finish
5+
endif
6+
7+
let b:did_indent = 1
8+
9+
setlocal cindent
File renamed without changes.

0 commit comments

Comments
 (0)