summaryrefslogtreecommitdiff
path: root/tests/indent/go
AgeCommit message (Collapse)Author
2022-08-15indents(go): no indent at all composite_literal, indent at struct_typeStephan Seitz
2022-08-15indens(go): fix issue 3288Stephan Seitz
Fixes #3288
2022-08-05indents(go): improve `@branch` rulesStephan Seitz
- Don't branch at `case` - Let `import_spec_list`/`var_declaration` behave like `const_declaration` Fixes #2166
2022-07-08fix(go): indent const declarationkiyan
https://github.com/nvim-treesitter/nvim-treesitter/issues/3104
2022-04-18test(go): add cases for newlines de-indentationAkin Sowemimo
test(go): combine new indent test cases test(go): add incorrect indent after var closing ) this case does not work correctly already so add that in since this PR does not address that case test(go): set current lines in indent test test(go): simplify test case
2022-02-05indents(go): perform some changes as go fmt dictatesStephan Seitz
2022-02-05indents(go): add testsStephan Seitz