forked from element-hq/element-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.oxfmtrc.jsonc
More file actions
73 lines (73 loc) · 2.49 KB
/
Copy path.oxfmtrc.jsonc
File metadata and controls
73 lines (73 loc) · 2.49 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"printWidth": 120,
"tabWidth": 4,
"quoteProps": "consistent",
"trailingComma": "all",
"sortPackageJson": false,
"ignorePatterns": [
"/build",
"/dist",
"/lib",
"node_modules",
"/apps/web/webapp",
"/*.log",
"pnpm-lock.yaml",
"electron/dist",
"electron/pub",
"**/.idea",
"/.tmp",
"webpack-stats.json",
".vscode",
".vscode/",
".env",
"coverage",
// Auto-generated files,
"*.api.md",
"/apps/web/src/modules.ts",
"/apps/web/src/modules.js",
"src/i18n/strings",
"/apps/web/build_config.yaml",
// Raises an error because it contains a template var breaking the script tag,
"/apps/web/src/vector/index.html",
"/apps/web/src/vector/modernizr.cjs",
"/docs/lib",
"/book",
"debian/tmp",
"/.npmrc",
"package-lock.json",
// This file is generated
"CHANGELOG.md",
"/docs/changelogs",
// Legacy skinning file that some people might still have,
"/apps/web/src/component-index.js",
// Downloaded and already minified,
"/apps/web/res/jitsi_external_api.min.js",
// This file is also machine-generated,
"/apps/web/playwright/e2e/crypto/test_indexeddb_cryptostore_dump/dump.json",
"/apps/web/playwright/test-results/",
"/apps/web/playwright/html-report/",
"/apps/web/playwright/logs/",
"/apps/web/playwright/snapshots/",
"/apps/desktop/.hak/",
"/apps/desktop/dist/",
"/apps/desktop/build/",
"/apps/desktop/dockerbuild/",
"/apps/desktop/deploys/",
"/apps/desktop/lib/",
"/apps/desktop/webapp",
"/apps/desktop/playwright/html-report",
"/apps/desktop/playwright/test-results",
// Shared components generated files,
"/packages/shared-components/dist/",
"/packages/shared-components/src/i18n/i18nKeys.d.ts",
"/packages/shared-components/typedoc/",
"/packages/shared-components/storybook-static/",
// These files are generated by running `pnpm -r lint:types` and do not adhere to oxfmt's requirements.
// All of them are .gitignored within their parent directory.,
"/packages/playwright-common/lib/",
"/packages/module-api/lib/",
"/packages/module-api/temp/",
"/.nx/",
],
}