Language specific configuration at $XDG_CONFIG_HOME/helix/languages.toml.
See https://docs.helix-editor.com/languages.html for more information.
Declarations
Type
list of (TOML value)
Default
[ ]
Example
[
{
auto-format = false;
name = "rust";
}
]