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