2021-05-14 18:34:34 +02:00
|
|
|
indent = [
|
|
|
|
"import_declaration",
|
|
|
|
"const_declaration",
|
|
|
|
"var_declaration",
|
2021-05-18 10:54:18 +02:00
|
|
|
"type_declaration",
|
2021-05-27 17:00:51 +02:00
|
|
|
"type_spec",
|
2021-05-14 18:34:34 +02:00
|
|
|
"function_declaration",
|
|
|
|
"method_declaration",
|
|
|
|
"composite_literal",
|
|
|
|
"func_literal",
|
|
|
|
"literal_value",
|
|
|
|
"expression_case",
|
|
|
|
"default_case",
|
|
|
|
"argument_list",
|
|
|
|
"block"
|
|
|
|
]
|
|
|
|
|
|
|
|
outdent = [
|
|
|
|
"case",
|
|
|
|
"}",
|
|
|
|
"]",
|
|
|
|
")"
|
|
|
|
]
|