aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/lua/indents.toml
blob: df1a9752a043a9029dafef3709c16bd0a57710c5 (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
indent = [
  "function_definition",
  "variable_declaration",
  "local_variable_declaration",
  "field",
  "local_function",
  "function",
  "if_statement",
  "for_statement",
  "for_in_statement",
  "repeat_statement",
  "return_statement",
  "while_statement",
  "table",
  "arguments",
  "do_statement",
]

oudent = [
  "end",
  "until",
  "}",
  ")",
]