diff options
Diffstat (limited to 'runtime/queries/cmake/indents.toml')
-rw-r--r-- | runtime/queries/cmake/indents.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/runtime/queries/cmake/indents.toml b/runtime/queries/cmake/indents.toml new file mode 100644 index 00000000..8b886a4f --- /dev/null +++ b/runtime/queries/cmake/indents.toml @@ -0,0 +1,12 @@ +indent = [ + "if_condition", + "foreach_loop", + "while_loop", + "function_def", + "macro_def", + "normal_command", +] + +outdent = [ + ")" +] |