aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/json/indents.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/json/indents.toml')
-rw-r--r--runtime/queries/json/indents.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/runtime/queries/json/indents.toml b/runtime/queries/json/indents.toml
deleted file mode 100644
index 64a8d175..00000000
--- a/runtime/queries/json/indents.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-indent = [
- "object",
- "array"
-]
-
-outdent = [
- "]",
- "}"
-]