about summary refs log tree commit diff
path: root/treefmt.toml
blob: 67dd3df45253b05931d1c17db17ee31014665a20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[formatter.nix]
command = "nixpkgs-fmt"
includes = ["*.nix"]

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

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