aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/go/switch.go
Commit message (Collapse)AuthorAgeFilesLines
* fix(go): Indent on type switch case properlyEvan Phoenix2023-03-031-0/+6
|
* indents(go): improve `@branch` rulesStephan Seitz2022-08-051-0/+14
- Don't branch at `case` - Let `import_spec_list`/`var_declaration` behave like `const_declaration` Fixes #2166