22 lines
422 B
JSON
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"
|
|
}
|
|
}
|