summaryrefslogtreecommitdiff
path: root/.config/helix/languages.toml
blob: 83d3028eaf92113b39bf498f6087730e96ca8db3 (plain)
1
2
3
4
5
6
7
8
9
10
11
[[language]]
name = "bash"
indent = { tab-width = 2, unit = "	" }

[[language]]
name = "c"
indent = { tab-width = 8, unit = "	" }

[[language]]
name = "rust"
config = { checkOnSave = { command = "clippy" } }