Files
Mateusz S. SzczygiełandGitHub e0540fbcc4 Add json indents.toml file (#1055)
* add glsl language support

* glsl: use indents.toml file

* add json indents.toml
2021-11-11 01:01:19 +09:00

10 lines
63 B
INI

indent = [
"object",
"array"
]
outdent = [
"]",
"}"
]