forked from facebook/docusaurus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.oxfmtrc.json
More file actions
53 lines (50 loc) · 1.32 KB
/
Copy path.oxfmtrc.json
File metadata and controls
53 lines (50 loc) · 1.32 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"arrowParens": "always",
"bracketSameLine": true,
"bracketSpacing": false,
"ignorePatterns": [
".claude",
".codex",
"dist",
"node_modules",
".yarn",
"**/build/**",
"coverage",
".docusaurus",
".idea",
".svg",
"*.svg",
"jest/vendor",
"argos/test-results",
"packages/lqip-loader/lib/",
"packages/docusaurus/lib/",
"packages/docusaurus-*/lib/*",
"packages/create-docusaurus/lib/*",
"!packages/create-docusaurus/src/**",
"!packages/docusaurus-*/lib/theme/**",
"packages/create-docusaurus/templates/*/docusaurus.config.js",
"packages/eslint-plugin/lib/",
"packages/stylelint-copyright/lib/",
"__fixtures__",
"website/i18n",
"website/versions.json",
"website/docusaurus.config.js",
"website/versioned_docs/",
"website/versioned_sidebars/*.json",
"examples/",
"website/static/katex/katex.min.css",
"website/changelog",
"website/_dogfooding/_swizzle_theme_tests",
"website/_dogfooding/_asset-tests/badSyntax.js",
"website/_dogfooding/_asset-tests/badSyntax.css",
"*.xml",
"*.xsl"
],
"insertFinalNewline": true,
"printWidth": 80,
"proseWrap": "never",
"singleQuote": true,
"sortPackageJson": false,
"trailingComma": "all"
}