mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 15:00:04 -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
|
|
@ -18,6 +18,4 @@ end)
|
|||
describe("new line:", function()
|
||||
run:new_line("class.dart", { on_line = 2, text = "var x;", indent = 0 })
|
||||
run:new_line("try.dart", { on_line = 2, text = "var x;", indent = 4 })
|
||||
run:new_line("multiple_arguments.dart", { on_line = 10, text = "var x;", indent = 4 })
|
||||
run:new_line("multiple_arguments.dart", { on_line = 11, text = "var x;", indent = 4 })
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue