-
Notifications
You must be signed in to change notification settings - Fork 213
Expand file tree
/
Copy path.oxfmtrc.json
More file actions
35 lines (35 loc) · 882 Bytes
/
.oxfmtrc.json
File metadata and controls
35 lines (35 loc) · 882 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
29
30
31
32
33
34
35
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"printWidth": 100,
"singleQuote": true,
"embeddedLanguageFormatting": "off",
"experimentalSortPackageJson": false,
"ignorePatterns": [
"coverage/",
"lib/",
"output/",
"packages/core/src/rules/common/__tests__/fixtures/invalid-yaml.yaml",
"packages/respect-core/src/modules/runtime-expressions/abnf-parser.js",
"tests/performance/api-definitions/",
"LICENSE.md",
"snapshot*.txt",
".changeset/pre.json",
"*.html",
"tests/e2e/**/*.yaml",
"tests/smoke/**/*.yaml",
"*.hbs",
"*.toml",
"CHANGELOG.md"
],
"experimentalSortImports": {
"groups": [
["side_effect"],
["builtin", "external"],
["index", "sibling", "parent"],
["unknown"]
],
"newlinesBetween": true,
"ignoreCase": true
},
"trailingComma": "es5"
}