1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
[formatters] r = "air" yaml = "yamlfmt" toml = "taplo" bash = "shfmt" sh = "shfmt" [formatters.taplo] cmd = "taplo" args = ["format", "-"] [formatters.shfmt] cmd = "shfmt" args = ["-"] [linters] r = "jarl"