Skip to content

Commit 4c25c52

Browse files
committed
ci(biome): configure git integration
1 parent 0f262cf commit 4c25c52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.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)