aboutsummaryrefslogblamecommitdiff
path: root/treefmt.toml
blob: 67dd3df45253b05931d1c17db17ee31014665a20 (plain) (tree)
1
2
3
4
5
6
7




                       

                          




                     
                            
[formatter.nix]
command = "nixpkgs-fmt"
includes = ["*.nix"]

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

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