[[language]] name = "go" auto-format = true formatter = { command = "goimports" } [[language]] name = "python" auto-format = true formatter = { command = "black", args = ["--line-length", "80", "--quiet", "-"] } [[language]] name = "typst" auto-format = true formatter = { command = "typstyle" } [[language]] name = "c" auto-format = true formatter = { command = "clang-format" }