We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d08ceb commit 6e75f2dCopy full SHA for 6e75f2d
src/etc/vim/indent/rust.vim
@@ -10,7 +10,7 @@ endif
10
let b:did_indent = 1
11
12
setlocal cindent
13
-setlocal cinoptions=L0,(0,Ws,JN
+setlocal cinoptions=L0,(0,Ws,JN,j1
14
setlocal cinkeys=0{,0},!^F,o,O,0[,0]
15
" Don't think cinwords will actually do anything at all... never mind
16
setlocal cinwords=do,for,if,else,while,loop,impl,mod,unsafe,trait,struct,enum,fn,extern
0 commit comments