mirror of
https://github.com/helix-editor/helix
synced 2026-08-14 17:34:18 +02:00
* add glsl language support * glsl: use indents.toml file * add json indents.toml
10 lines
63 B
INI
10 lines
63 B
INI
indent = [
|
|
"object",
|
|
"array"
|
|
]
|
|
|
|
outdent = [
|
|
"]",
|
|
"}"
|
|
]
|