helix-mods/runtime/queries/cmake/indents.toml
2021-12-26 00:10:19 +09:00

13 lines
139 B
TOML

indent = [
"if_condition",
"foreach_loop",
"while_loop",
"function_def",
"macro_def",
"normal_command",
]
outdent = [
")"
]