aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/perl/indents.toml
blob: 365e0663601d721b5db02c84968d88caad9bba2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
indent = [
  "function",
  "identifier",
  "method_invocation",
  "if_statement",
  "unless_statement",
  "if_simple_statement",
  "unless_simple_statement",
  "variable_declaration",
  "block",
  "list_item",
  "word_list_qw"
]

outdent = [
 "}"
]