extend-exclude = ["docs/user-guide/cli.qmd"]
[formatters]
r = "air"
toml = "taplo"
bash = "shfmt"
sh = "shfmt"
python = "ruff"
lua = "stylua"
[formatters.taplo]
cmd = "taplo"
args = ["format", "-"]
[formatters.shfmt]
cmd = "shfmt"
args = ["-"]
[formatters.stylua]
cmd = "stylua"
args = ["--indent-type", "Spaces", "--indent-width", "2", "-"]
[linters]
r = "jarl"