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

docs: update changelog

This commit is contained in:
Kevin Amado 2022-02-20 19:14:34 -05:00
parent c54e6c0a71
commit 3275487e18
4 changed files with 313 additions and 155 deletions

View file

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