Files
sqlpage--sqlpage/biome.json
T
2024-11-11 19:41:40 +01:00

20 lines
374 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"files": {
"ignore": [
"examples/official-site/pgconf/**",
"tests/end-to-end/test-results/**"
],
"ignoreUnknown": true
},
"formatter": {
"indentStyle": "space",
"indentWidth": 2
},
"vcs": {
"enabled": true,
"useIgnoreFile": true,
"clientKind": "git"
}
}