5b1a628e81
Indentation of single line statements doesn't work, i.e. for (;;)<hit enter> leads to for(;;) <cursor here> Only blocks with curly braces are indented.
16 lines
234 B
TOML
16 lines
234 B
TOML
indent = [
|
|
"compound_statement",
|
|
"field_declaration_list",
|
|
"enumerator_list",
|
|
"parameter_list",
|
|
"init_declarator",
|
|
"case_statement",
|
|
"condition_clause",
|
|
"expression_statement",
|
|
]
|
|
|
|
outdent = [
|
|
"case",
|
|
"}",
|
|
"]",
|
|
]
|