Files
sqlpage--sqlpage/biome.json
T
2026-01-05 16:01:55 +01:00

22 lines
422 B
JSON

{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"files": {
"includes": [
"**",
"!examples/official-site/pgconf/**",
"!tests/end-to-end/test-results/**",
"!.zed/*.json"
],
"ignoreUnknown": true
},
"formatter": {
"indentStyle": "space",
"indentWidth": 2
},
"vcs": {
"enabled": true,
"useIgnoreFile": true,
"clientKind": "git"
}
}