aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/llvm/indents.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/llvm/indents.toml')
-rw-r--r--runtime/queries/llvm/indents.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/queries/llvm/indents.toml b/runtime/queries/llvm/indents.toml
new file mode 100644
index 00000000..8cd603c8
--- /dev/null
+++ b/runtime/queries/llvm/indents.toml
@@ -0,0 +1,8 @@
+indent = [
+ "function_body",
+ "instruction",
+]
+
+outdent = [
+ "}",
+]