chore(fmt): add html formatting

This commit is contained in:
Timothy DeHerrera
2026-01-31 15:13:24 -07:00
parent e200e94583
commit 0d2c460f52
9 changed files with 101 additions and 125 deletions

View File

@@ -19,7 +19,7 @@ options = ["fmt", "-o", "align_entries=true", "-o", "reorder_keys=true"]
[formatter.prettier]
command = "prettier"
excludes = ["*/sources.json"]
includes = ["*.json", "*.md", "*.yaml", "*.yml"]
includes = ["*.json", "*.md", "*.yaml", "*.yml", "*.html"]
options = ["--write"]
[formatter.rustfmt]