aboutsummaryrefslogtreecommitdiffstats
path: root/queries/ruby/indents.scm
blob: 5d07c34728a2c4aebc8ae988d5a4de261de6d1ef (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
25
26
27
28
29
[
  (class)
  (singleton_class)
  (method)
  (singleton_method)
  (module)
  (call)
  (if)
  (block)
  (do_block)
  (hash)
  (array)
  (argument_list)
  (case)
] @indent

[
  "("
  ")"
  "{"
  "}"
  "["
  "]"
  (when)
  (elsif)
  "end"
] @branch

(comment) @ignore