aboutsummaryrefslogtreecommitdiffstats
path: root/queries/java/indents.scm
blob: 14b518bf44050f3fe4e2d258314075e53a0535f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
  (class_declaration)
  (class_body)
  (constructor_declaration)
  (constructor_body)
  (block)
  (switch_block)
  (array_initializer)
  (argument_list)
] @indent

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