mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-21 16:01:35 +08:00
chore: exclude tailwind.css from biome formatting
This commit is contained in:
parent
178ab1b6ee
commit
dbcd12fe2c
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user