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