forked from dprint/dprint-swc-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dprint.json
30 lines (30 loc) · 797 Bytes
/
dprint.json
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
{
"indentWidth": 2,
"typescript": {
"lineWidth": 160
},
"exec": {
"associations": "**/*.rs",
"rustfmt": "rustfmt"
},
"includes": ["**/*.{ts,tsx,js,jsx,json,md,rs,toml}"],
"excludes": [
"**/node_modules",
"**/*-lock.json",
"./swc_ecma_ast",
"./swc_ecma_parser",
"./swc_ecma_ast.json",
"./swc_ecma_parser.json",
"**/*.generated.ts",
"**/*generated.rs",
"**/testdata",
"**/target"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.68.2.wasm",
"https://plugins.dprint.dev/json-0.15.2.wasm",
"https://plugins.dprint.dev/toml-0.5.4.wasm",
"https://plugins.dprint.dev/markdown-0.13.2.wasm",
"https://plugins.dprint.dev/exec-0.3.0.json@8b9b02f2d5e54597c3644163fe0f2e66452207635edfbf03cc531d627b016158"
]
}