formatters = ["gofumpt", "prettier", "nixfmt"]

[formatter.gofumpt]
command = "gofumpt"
includes = [ "*.go" ]

[formatter.prettier]
command = "prettier"
includes = [ "*.md", "*.yaml" ]

[formatter.nixfmt]
command = "nixfmt"
includes = [ "*.nix" ]