mirror of https://github.com/helix-editor/helix
Add json indents.toml file (#1055)
* add glsl language support * glsl: use indents.toml file * add json indents.tomlpull/1069/head
parent
efc2b4c77b
commit
e0540fbcc4
@ -0,0 +1,9 @@
|
|||||||
|
indent = [
|
||||||
|
"object",
|
||||||
|
"array"
|
||||||
|
]
|
||||||
|
|
||||||
|
outdent = [
|
||||||
|
"]",
|
||||||
|
"}"
|
||||||
|
]
|
Loading…
Reference in New Issue