aboutsummaryrefslogtreecommitdiffstats
path: root/.config/helix/languages.toml
blob: 81722b56c4c806e9d22173c4a740e0ad93c1101d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[[language]]
name = "rust"
auto-format = true

[[language]]
name = "email"
scope = "source.text"
auto-format = true
text-width = 80
file-types = ["mutt"]
indent = { tab-width = 2, unit = "  " }
roots = []