aboutsummaryrefslogtreecommitdiff
path: root/treefmt.toml
blob: 418b759646b9c4a32466c4517b525ee1abc45ea4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[formatter.nix]
command = "nixfmt"
includes = ["*.nix"]

[formatter.toml]
command = "taplo"
options = ["format", "$@"]
includes = ["*.toml"]

[formatter.prettier]
command = "prettier"
options = ["--write"]
includes = ["*.css", "*.md"]