blob: 8dd14ffbfa4aaa2596d4318cfc1a17f8731b0c0a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[formatter.nixfmt]
command = "nixfmt"
includes = ["*.nix"]
[formatter.toml]
command = "taplo"
options = ["format", "$@"]
includes = ["*.toml"]
[formatter.prettier]
command = "prettier"
options = ["--write"]
includes = ["*.css", "*.md"]
|