summaryrefslogtreecommitdiff
path: root/queries/php/indents.scm
blob: 2247f17ac4f284cf350fb2edecab20ae36534491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
  (array_creation_expression)
  (compound_statement)
  (declaration_list)
  (binary_expression)
  (return_statement)
  (arguments)
  (formal_parameters)
] @indent

[
  ")"
  "}"
  "]"
] @branch

[
  (comment)
] @ignore

(compound_statement "}" @indent_end)