mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50: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
|
|
@ -1,13 +0,0 @@
|
|||
// Example method that causes an issue with indentation on usage
|
||||
void someMethod(
|
||||
void onSuccess(),
|
||||
void onError(Exception ex, StackTrace stackTrace),
|
||||
) {
|
||||
try {} catch (_, __) {}
|
||||
}
|
||||
|
||||
void main() {
|
||||
someMethod(() {
|
||||
}, (Exception ex, StackTrace stackTrace) {
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue