mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Update
This commit is contained in:
@@ -8,7 +8,12 @@ endif
|
||||
let b:did_indent = 1
|
||||
|
||||
setlocal cindent
|
||||
setlocal cinoptions+=j1,J1,(2s,u2s,U1,m1,+2s
|
||||
setlocal cinoptions+=j1,J1,U1,m1,+2s
|
||||
if get(g:, 'dart_trailing_comma_indent', v:false)
|
||||
setlocal cinoptions+=(2s,u2s
|
||||
else
|
||||
setlocal cinoptions+=(s,us
|
||||
endif
|
||||
|
||||
setlocal indentexpr=DartIndent()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user