dotfiles/.config/helix/languages.toml

10 lines
225 B
TOML

[[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