fix(dart): function argument indents is inconsistent

This commit is contained in:
Robert Brunhage 2023-04-11 09:15:58 +02:00 committed by Stephan Seitz
parent a82501244a
commit ac4020c707
3 changed files with 17 additions and 1 deletions

View file

@ -1,7 +1,6 @@
[
(class_body)
(function_body)
(function_expression_body)
(declaration (initializers))
(switch_block)
(if_statement)
@ -28,5 +27,7 @@
; this one is for dedenting the else block
(if_statement (block) @indent.branch)
; Issue #4637
(function_expression_body (block) @indent.branch)
(comment) @indent.ignore