dotfiles/.config/helix/languages.toml

11 lines
225 B
TOML
Raw Normal View History

2026-02-18 22:53:39 +01:00
[[language]]
name="c"
indent = { tab-width=1, unit=" "}
# formatter = { command = "clang-format", args=["--style=file"] }
auto-format = true
[[language]]
name="cpp"
indent = { tab-width=1, unit=" "}
auto-format = true