diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-16 17:12:36 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-16 17:12:36 +0200 |
| commit | 0bdadb8f490dbc982954cda7f2c70eec365e05b8 (patch) | |
| tree | e1ac1cb56d5168118bd90418d7eae8457abf5a51 /biome.json | |
| parent | 5183d09e910f0a50dcd4ba7a6b4984354135d30a (diff) | |
| download | housing-0bdadb8f490dbc982954cda7f2c70eec365e05b8.tar.zst | |
Biome as html formatter
Diffstat (limited to 'biome.json')
| -rw-r--r-- | biome.json | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -19,6 +19,14 @@ "indentStyle": "tab", "lineWidth": 100 }, + "html": { + "experimentalFullSupportEnabled": true, + "formatter": { + "enabled": true, + "indentScriptAndStyle": true, + "whitespaceSensitivity": "ignore" + } + }, "linter": { "enabled": true, "rules": { |
