git-pages/treefmt.toml
2025-06-10 23:24:49 +02:00

14 lines
248 B
TOML

formatters = ["gofumpt", "prettier", "nixfmt"]
[formatter.gofumpt]
command = "gofumpt"
includes = [ "*.go" ]
[formatter.prettier]
command = "prettier"
includes = [ "*.md", "*.yaml" ]
[formatter.nixfmt]
command = "nixfmt"
includes = [ "*.nix" ]