mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
20 lines
388 B
JSON
20 lines
388 B
JSON
{
|
|
"root": false,
|
|
"$schema": "https://biomejs.dev/schemas/latest/schema.json",
|
|
"formatter": {
|
|
"enabled": true,
|
|
"formatWithErrors": false,
|
|
"indentStyle": "space",
|
|
"indentWidth": 2,
|
|
"lineWidth": 110
|
|
},
|
|
"css": {
|
|
"parser": {
|
|
"tailwindDirectives": true
|
|
}
|
|
},
|
|
"files": {
|
|
"includes": ["**", "!dist", "!src-tauri/target", "!src-tauri/gen"]
|
|
}
|
|
}
|