aboutsummaryrefslogtreecommitdiffstats
path: root/biome.json
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-12-16 17:12:36 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-12-16 17:12:36 +0200
commit0bdadb8f490dbc982954cda7f2c70eec365e05b8 (patch)
treee1ac1cb56d5168118bd90418d7eae8457abf5a51 /biome.json
parent5183d09e910f0a50dcd4ba7a6b4984354135d30a (diff)
downloadhousing-0bdadb8f490dbc982954cda7f2c70eec365e05b8.tar.zst
Biome as html formatter
Diffstat (limited to 'biome.json')
-rw-r--r--biome.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/biome.json b/biome.json
index bacad07..2da6bf5 100644
--- a/biome.json
+++ b/biome.json
@@ -19,6 +19,14 @@
"indentStyle": "tab",
"lineWidth": 100
},
+ "html": {
+ "experimentalFullSupportEnabled": true,
+ "formatter": {
+ "enabled": true,
+ "indentScriptAndStyle": true,
+ "whitespaceSensitivity": "ignore"
+ }
+ },
"linter": {
"enabled": true,
"rules": {