panache 2.26.0

An LSP, formatter, and linter for Pandoc markdown, Quarto, and RMarkdown
include = ["docs/**.{md,Rmd,qmd}"]
extend-exclude = ["docs/user-guide/cli.qmd", "tests/"]

[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"