helix-mods/runtime/queries/perl/indents.toml

18 lines
249 B
TOML
Raw Normal View History

2021-12-17 01:56:07 +01:00
indent = [
"function",
"identifier",
"method_invocation",
"if_statement",
"unless_statement",
"if_simple_statement",
"unless_simple_statement",
"variable_declaration",
"block",
"list_item",
"word_list_qw"
]
outdent = [
"}"
]