mirror of
https://github.com/helix-editor/helix
synced 2026-08-15 05:44:25 +02:00
18 lines
249 B
INI
18 lines
249 B
INI
indent = [
|
|
"function",
|
|
"identifier",
|
|
"method_invocation",
|
|
"if_statement",
|
|
"unless_statement",
|
|
"if_simple_statement",
|
|
"unless_simple_statement",
|
|
"variable_declaration",
|
|
"block",
|
|
"list_item",
|
|
"word_list_qw"
|
|
]
|
|
|
|
outdent = [
|
|
"}"
|
|
]
|