(nvim) setup biome formatting for html

This commit is contained in:
juancwu 2026-05-31 20:05:09 +00:00
commit f314f5e9ac
2 changed files with 21 additions and 0 deletions

13
biome/biome.json Normal file
View file

@ -0,0 +1,13 @@
{
"$schema": "https://biomejs.dev/schemas/2.4.13/schema.json",
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 4
},
"html": {
"formatter": {
"enabled": true
}
}
}