diff options
Diffstat (limited to 'helix-22.03-x86_64-windows/runtime/queries/llvm/indents.toml')
-rw-r--r-- | helix-22.03-x86_64-windows/runtime/queries/llvm/indents.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/helix-22.03-x86_64-windows/runtime/queries/llvm/indents.toml b/helix-22.03-x86_64-windows/runtime/queries/llvm/indents.toml new file mode 100644 index 0000000..8cd603c --- /dev/null +++ b/helix-22.03-x86_64-windows/runtime/queries/llvm/indents.toml @@ -0,0 +1,8 @@ +indent = [ + "function_body", + "instruction", +] + +outdent = [ + "}", +] |