aboutsummaryrefslogtreecommitdiffstats
path: root/queries/go/indents.scm
blob: 3d9b9288357d460460cf4bcf87e05f5cbf8ef6ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
  (import_declaration)
  (function_declaration)
  (const_declaration)
  (var_declaration)
  (type_declaration)
  (composite_literal)
  (func_literal)
  (literal_value)
  (expression_case)
  (argument_list)
  (default_case)
  (block)
] @indent

[
  "case"
  "("
  ")"
  "{"
  "}"
] @branch

(comment) @ignore