boussole/.config/helix/languages.toml

7 lines
145 B
TOML
Raw Normal View History

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