-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy path.oxfmtrc.json
More file actions
28 lines (28 loc) · 893 Bytes
/
.oxfmtrc.json
File metadata and controls
28 lines (28 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"printWidth": 120,
"singleQuote": true,
"ignorePatterns": [
"tegg/core/loader/test/fixtures/modules/loader-failed/AppRepo.ts",
"tegg/core/aop-runtime/test/aop-runtime.test.ts",
"packages/core/test/fixtures/load_dirs/syntax_error/*",
"packages/core/test/fixtures/syntaxerror/*",
"packages/core/test/fixtures/load_context_syntax_error/**/*",
"CHANGELOG.md"
],
"experimentalSortImports": {
"groups": [
["type-import"],
["type-builtin", "value-builtin"],
["type-external", "value-external", "type-internal", "value-internal"],
["type-parent", "type-sibling", "type-index", "value-parent", "value-sibling", "value-index"],
["ts-equals-import"],
["unknown"]
],
"newlinesBetween": true,
"order": "asc"
},
"yaml": {
"singleQuote": true
}
}