aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/ruby/indents.toml
blob: b417751fc80c1fcbf2058f01f280e22620c361ac (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
indent = [
  "argument_list",
  "array",
  "begin",
  "block",
  "call",
  "class",
  "case",
  "do_block",
  "elsif",
  "if",
  "hash",
  "method",
  "module",
  "singleton_class",
  "singleton_method",
]

outdent = [
  ")",
  "}",
  "]",
  "end",
  "when",
]