biome configuration

This commit is contained in:
Oliver Bryan
2025-12-07 22:54:29 +00:00
parent a4206e1adc
commit 7c43971087

10
biome.json Normal file
View File

@@ -0,0 +1,10 @@
{
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 4,
"lineWidth": 110
}
}