summaryrefslogtreecommitdiff
path: root/queries/go/indents.scm
AgeCommit message (Collapse)Author
2022-08-15indents(go): no indent at all composite_literal, indent at struct_typeStephan Seitz
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-18fix(go): reduce indent after },)Akin Sowemimo
2022-02-05indents(go): perform some changes as go fmt dictatesStephan Seitz
2022-02-05indents(go): fix aligned_indent for parameter_listStephan Seitz
2022-02-05indents(go): remove `function_declaration` from indentsStephan Seitz
2021-03-01feat: use @ignore for comments and multiline stringselianiva
2021-01-20fix: dedent golang case keywordelianiva
2021-01-15feat: add missing golang indent querieselianiva
2021-01-14feat: added more indent querieselianiva