14 lines
220 B
TOML
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
|