pages-server/treefmt.toml

15 lines
248 B
TOML
Raw Permalink Normal View History

2025-06-10 23:24:49 +02:00
formatters = ["gofumpt", "prettier", "nixfmt"]
[formatter.gofumpt]
command = "gofumpt"
includes = [ "*.go" ]
[formatter.prettier]
command = "prettier"
includes = [ "*.md", "*.yaml" ]
[formatter.nixfmt]
command = "nixfmt"
includes = [ "*.nix" ]