mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
feat: add extension
This commit is contained in:
parent
3b596db702
commit
f410df62da
13 changed files with 2194 additions and 14 deletions
|
@ -1,10 +1,5 @@
|
|||
[formatter]
|
||||
|
||||
[formatter.json]
|
||||
command = "jq"
|
||||
includes = ["*.json"]
|
||||
options = ["-S"]
|
||||
|
||||
[formatter.nix]
|
||||
command = "cargo"
|
||||
includes = ["*.nix"]
|
||||
|
@ -12,7 +7,7 @@ options = ["run", "--"]
|
|||
|
||||
[formatter.prettier]
|
||||
command = "prettier"
|
||||
includes = ["*.md", "*.toml", "*.yaml"]
|
||||
includes = ["*.json", "*.md", "*.toml", "*.yaml"]
|
||||
options = ["--plugin", "prettier-plugin-toml", "--write"]
|
||||
|
||||
[formatter.rust]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue