languages.toml: add Helix editor configuration
This commit is contained in:
parent
e90d25e30f
commit
e0b192bd4b
14
.helix/languages.toml
Normal file
14
.helix/languages.toml
Normal file
@ -0,0 +1,14 @@
|
||||
[[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
|
Loading…
Reference in New Issue
Block a user