blob: 67dd3df45253b05931d1c17db17ee31014665a20 (
plain) (
tree)
|
|
[formatter.nix]
command = "nixpkgs-fmt"
includes = ["*.nix"]
[formatter.toml]
command = "taplo"
options = ["format", "$@"]
includes = ["*.toml"]
[formatter.prettier]
command = "prettier"
options = ["--write"]
includes = ["*.css", "*.md"]
|