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

27 lines
415 B
TOML
Raw Normal View History

2021-05-14 18:34:34 +02:00
indent = [
"import_declaration",
"const_declaration",
"var_declaration",
"type_declaration",
"type_spec",
2021-05-28 17:06:38 +02:00
# simply block should be enough
# "function_declaration",
# "method_declaration",
2021-05-14 18:34:34 +02:00
"composite_literal",
"func_literal",
"literal_value",
"expression_case",
"default_case",
2021-06-01 10:26:10 +02:00
"type_case",
"communication_case",
2021-05-14 18:34:34 +02:00
"argument_list",
2021-05-31 10:09:19 +02:00
"block",
2021-05-14 18:34:34 +02:00
]
outdent = [
"case",
"}",
"]",
")"
]