mirror of
https://github.com/helix-editor/helix
synced 2026-08-15 05:44:25 +02:00
20 lines
291 B
INI
20 lines
291 B
INI
indent = [
|
|
"init_declarator",
|
|
"compound_statement",
|
|
"preproc_arg",
|
|
"field_declaration_list",
|
|
"case_statement",
|
|
"conditional_expression",
|
|
"enumerator_list",
|
|
"struct_specifier",
|
|
"compound_literal_expression"
|
|
]
|
|
|
|
outdent = [
|
|
"#define",
|
|
"#ifdef",
|
|
"#endif",
|
|
"{",
|
|
"}"
|
|
]
|