overgrown/.helix/languages.toml

15 lines
229 B
TOML
Raw Permalink Normal View History

[[language]]
file-types = ["c"]
indent.unit = "\t"
indent.tab-width = 4
language-id = "c"
name = "c"
roots = ["Makefile"]
scope = "source.c"
[[language]]
name = "rust"
auto-format = false
indent.unit = "\t"
indent.tab-width = 4