mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-29 03:27:44 +00:00
21 lines
477 B
TOML
21 lines
477 B
TOML
[formatter]
|
|
|
|
[formatter.nix]
|
|
command = "cargo"
|
|
includes = ["*.nix"]
|
|
excludes = ["./src/alejandra/tests/cases/**"]
|
|
options = ["run", "--"]
|
|
|
|
[formatter.prettier]
|
|
command = "prettier"
|
|
includes = ["*.html", "*.js", "*.json", "*.md", "*.toml", "*.yaml"]
|
|
options = ["--plugin", "prettier-plugin-toml", "--write"]
|
|
|
|
[formatter.rust]
|
|
command = "rustfmt"
|
|
includes = ["*.rs"]
|
|
|
|
[formatter.shell]
|
|
command = "shfmt"
|
|
includes = ["*.sh"]
|
|
options = ["-bn", "-ci", "-sr", "-i", "2", "-s", "-w"]
|