Author SHA1 Message Date
trinity e0b192bd4b languages.toml: add Helix editor configuration 2024-07-23 17:33:14 -06:00
+14
View 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