Unnamed repository; edit this file 'description' to name the repository.
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 = [
 "}"
]