chore(fmt): format css

This commit is contained in:
Timothy DeHerrera
2026-02-01 10:10:40 -07:00
parent e607454af6
commit b61e8e8866
2 changed files with 20 additions and 10 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", "*.css"]
options = ["--write"]
[formatter.rustfmt]