mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 16:00:02 -04:00
Revert "fix(dart): function argument indents is inconsistent"
This reverts commit ac4020c707.
This commit is contained in:
parent
18f9e1a47f
commit
ce3ea7aebe
3 changed files with 1 additions and 17 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[
|
||||
(class_body)
|
||||
(function_body)
|
||||
(function_expression_body)
|
||||
(declaration (initializers))
|
||||
(switch_block)
|
||||
(if_statement)
|
||||
|
|
@ -27,7 +28,5 @@
|
|||
|
||||
; this one is for dedenting the else block
|
||||
(if_statement (block) @indent.branch)
|
||||
; Issue #4637
|
||||
(function_expression_body (block) @indent.branch)
|
||||
|
||||
(comment) @indent.ignore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue