1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: correct aarch64-darwin build

This commit is contained in:
Kevin Amado 2022-02-17 13:16:03 -05:00
parent ea6e3bfc92
commit 9bbc0f6d85
No known key found for this signature in database
GPG key ID: FFF341057F503148
7 changed files with 98 additions and 161 deletions

View file

@ -7,7 +7,15 @@ options = ["run", "--"]
[formatter.prettier]
command = "prettier"
includes = ["*.html", "*.js", "*.json", "*.md", "*.toml", "*.yaml"]
includes = [
"*.html",
"*.js",
"*.json",
"*.md",
"*.toml",
"*.yaml",
"Cargo.lock",
]
options = ["--plugin", "prettier-plugin-toml", "--write"]
[formatter.rust]