aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/json
diff options
context:
space:
mode:
authorMateusz S. Szczygieł2021-11-10 16:01:19 +0000
committerGitHub2021-11-10 16:01:19 +0000
commite0540fbcc4f0c31cc968a127dedc9a6d594603ae (patch)
tree44b3e1d9a47a0266ca8e7f161af68a71ed63b09f /runtime/queries/json
parentefc2b4c77be55afad07762cdde9b3b74c8477933 (diff)
Add json indents.toml file (#1055)
* add glsl language support * glsl: use indents.toml file * add json indents.toml
Diffstat (limited to 'runtime/queries/json')
-rw-r--r--runtime/queries/json/indents.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/queries/json/indents.toml b/runtime/queries/json/indents.toml
new file mode 100644
index 00000000..64a8d175
--- /dev/null
+++ b/runtime/queries/json/indents.toml
@@ -0,0 +1,9 @@
+indent = [
+ "object",
+ "array"
+]
+
+outdent = [
+ "]",
+ "}"
+]