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