5 lines
144 B
TOML
5 lines
144 B
TOML
[[language]]
|
|
name="c"
|
|
indent = { tab-width=1, unit=" "}
|
|
# formatter = { command = "clang-format", args=["--style=file"] }
|
|
auto-format = true
|