Add json indents.toml file (#1055)

* add glsl language support

* glsl: use indents.toml file

* add json indents.toml
pull/1069/head
Mateusz S. Szczygieł 3 years ago committed by GitHub
parent efc2b4c77b
commit e0540fbcc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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