dotfiles/.config/helix/languages.toml

9 lines
168 B
TOML

[[language]]
name = "rust"
scope = "source.rust"
indent = { tab-width = 4, unit = " " }
[[language]]
name = "nix"
auto-format = true
formatter = { command = "nixfmt" }