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:
parent
ea6e3bfc92
commit
9bbc0f6d85
7 changed files with 98 additions and 161 deletions
10
treefmt.toml
10
treefmt.toml
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue