blob: ece9c3e0408946d0ead0aa46371917fe9f5099a4 (
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",
]
|