Skip to content

Commit 057cc91

Browse files
committed
Revert "chore: format repository"
This reverts commit fc56623.
1 parent fc56623 commit 057cc91

68 files changed

Lines changed: 40277 additions & 40276 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.oxfmtrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"$schema": "./node_modules/oxfmt/configuration_schema.json",
3-
"ignorePatterns": []
2+
"$schema": "./node_modules/oxfmt/configuration_schema.json",
3+
"ignorePatterns": []
44
}

docs/configuration.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -18,40 +18,40 @@ Default shape:
1818

1919
```json
2020
{
21-
"schemaVersion": 1,
22-
"stateDir": ".clawpatch",
23-
"include": ["**/*"],
24-
"exclude": [
25-
"node_modules/**",
26-
"dist/**",
27-
"build/**",
28-
"target/**",
29-
".build/**",
30-
".git/**",
31-
".clawpatch/**"
32-
],
33-
"provider": {
34-
"name": "codex",
35-
"model": null,
36-
"reasoningEffort": null
37-
},
38-
"commands": {
39-
"typecheck": null,
40-
"lint": null,
41-
"format": null,
42-
"test": null
43-
},
44-
"review": {
45-
"maxContextFiles": 24,
46-
"maxOwnedFiles": 12,
47-
"maxFindingsPerFeature": 10,
48-
"minConfidenceToFix": "medium"
49-
},
50-
"git": {
51-
"requireCleanWorktreeForFix": true,
52-
"commit": false,
53-
"openPr": false
54-
}
21+
"schemaVersion": 1,
22+
"stateDir": ".clawpatch",
23+
"include": ["**/*"],
24+
"exclude": [
25+
"node_modules/**",
26+
"dist/**",
27+
"build/**",
28+
"target/**",
29+
".build/**",
30+
".git/**",
31+
".clawpatch/**"
32+
],
33+
"provider": {
34+
"name": "codex",
35+
"model": null,
36+
"reasoningEffort": null
37+
},
38+
"commands": {
39+
"typecheck": null,
40+
"lint": null,
41+
"format": null,
42+
"test": null
43+
},
44+
"review": {
45+
"maxContextFiles": 24,
46+
"maxOwnedFiles": 12,
47+
"maxFindingsPerFeature": 10,
48+
"minConfidenceToFix": "medium"
49+
},
50+
"git": {
51+
"requireCleanWorktreeForFix": true,
52+
"commit": false,
53+
"openPr": false
54+
}
5555
}
5656
```
5757

0 commit comments

Comments
 (0)