chore: exclude tailwind.css from biome formatting

This commit is contained in:
icarus 2025-09-15 06:47:05 +08:00
parent 178ab1b6ee
commit dbcd12fe2c

View File

@ -29,7 +29,8 @@
"!*.cjs", "!*.cjs",
"!*.md", "!*.md",
"!*.json", "!*.json",
"!src/main/integration/**" "!src/main/integration/**",
"!**/tailwind.css"
], ],
"indentStyle": "space", "indentStyle": "space",
"indentWidth": 2, "indentWidth": 2,