dotfiles/.config/helix/languages.toml
2026-02-18 22:53:39 +01:00

5 lines
144 B
TOML

[[language]]
name="c"
indent = { tab-width=1, unit=" "}
# formatter = { command = "clang-format", args=["--style=file"] }
auto-format = true