Add json indents.toml file (#1055)

* add glsl language support

* glsl: use indents.toml file

* add json indents.toml
This commit is contained in:
Mateusz S. Szczygieł 2021-11-10 17:01:19 +01:00 committed by GitHub
parent efc2b4c77b
commit e0540fbcc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,9 @@
indent = [
"object",
"array"
]
outdent = [
"]",
"}"
]