1
0
Fork 0
mirror of https://codeberg.org/Codeberg/pages-server.git synced 2025-08-10 19:00:54 +00:00
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" ]