Improved vim indent file for rust
This commit is contained in:
parent
3a34e93651
commit
0addefa68a
@ -5,4 +5,7 @@ if exists("b:did_indent")
|
||||
endif
|
||||
|
||||
let b:did_indent = 1
|
||||
setlocal smartindent
|
||||
|
||||
setlocal cindent
|
||||
setlocal cinoptions=L0,(0,Ws,JN
|
||||
setlocal cinkeys=0{,0},!^F,o,O
|
||||
|
Loading…
Reference in New Issue
Block a user