Files
helix-config/languages.toml

10 lines
185 B
TOML

[[language]]
name = "c"
indent = { unit = " ", tab-width = 4 }
[[language]]
name = "cpp"
indent = { unit = " ", tab-width = 4 }
file-types = ["cpp", "h", "hpp", "inc"]