dotfiles/biome/biome.json
2026-05-31 20:05:09 +00:00

13 lines
258 B
JSON

{
"$schema": "https://biomejs.dev/schemas/2.4.13/schema.json",
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 4
},
"html": {
"formatter": {
"enabled": true
}
}
}