forked from Mirrors/helix
Add json indents.toml file (#1055)
* add glsl language support * glsl: use indents.toml file * add json indents.tomlimgbot
parent
efc2b4c77b
commit
e0540fbcc4
@ -0,0 +1,9 @@
|
||||
indent = [
|
||||
"object",
|
||||
"array"
|
||||
]
|
||||
|
||||
outdent = [
|
||||
"]",
|
||||
"}"
|
||||
]
|
Loading…
Reference in New Issue