Skip to content

Commit 181848f

Browse files
committed
ci(biome): configure git integration
1 parent 9a497b3 commit 181848f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.biome.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
2+
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
23
"formatter": {
34
"indentStyle": "space",
45
"indentWidth": 2
6+
},
7+
"vcs": {
8+
"enabled": true,
9+
"clientKind": "git",
10+
"useIgnoreFile": true
511
}
612
}

0 commit comments

Comments
 (0)