Files
dotfiles/config/helix/.config/helix/languages.toml
2025-12-25 22:42:46 +01:00

14 lines
220 B
TOML

[[language]]
name = "c"
auto-format = true
indent = { tab-width = 4, unit = " " }
[[language]]
name = "cpp"
auto-format = true
indent = { tab-width = 4, unit = " " }
[[language]]
name = "toml"
auto-format = true