aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/dart_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(dart): try statement wouldn't indent (#4623)Robert Brunhage2023-04-101-0/+1
|
* fix(dart): add `@indent_end` to } (#4167)SzeLamC2023-02-241-0/+20
* fix dart indentation after } * add some simple test case