diff options
author | Mateusz S. Szczygieł | 2021-11-10 16:01:19 +0000 |
---|---|---|
committer | GitHub | 2021-11-10 16:01:19 +0000 |
commit | e0540fbcc4f0c31cc968a127dedc9a6d594603ae (patch) | |
tree | 44b3e1d9a47a0266ca8e7f161af68a71ed63b09f /runtime/queries | |
parent | efc2b4c77be55afad07762cdde9b3b74c8477933 (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')
-rw-r--r-- | runtime/queries/json/indents.toml | 9 |
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 = [ + "]", + "}" +] |