forked from likec4/likec4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdprint.json
More file actions
61 lines (61 loc) · 1.76 KB
/
dprint.json
File metadata and controls
61 lines (61 loc) · 1.76 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
{
"lineWidth": 120,
"useTabs": false,
"typescript": {
"semiColons": "asi",
"operatorPosition": "maintain",
"bracePosition": "maintain",
"trailingCommas": "onlyMultiLine",
"conditionalType.operatorPosition": "maintain",
"binaryExpression.operatorPosition": "maintain",
"importDeclaration.sortTypeOnlyImports": "first",
"importDeclaration.preferSingleLine": false,
"exportDeclaration.preferSingleLine": false,
"quoteStyle": "alwaysSingle",
"nextControlFlowPosition": "maintain",
"jsxOpeningElement.bracketPosition": "maintain",
"jsx.quoteStyle": "preferDouble",
"jsxSelfClosingElement.bracketPosition": "maintain",
"jsx.bracketPosition": "maintain",
"unionAndIntersectionType.preferHanging": false,
"unionAndIntersectionType.preferSingleLine": false
},
"json": {
},
"excludes": [
"**/node_modules",
"**/*-lock.json",
"pnpm-lock.yaml",
".changeset",
".turbo",
".astro",
".vscode",
".vscode-test-web",
".next",
".fleet",
"dist",
"packages/icons/**",
"packages/*/contrib",
"packages/*/lib",
"**/routeTree.gen.ts",
"packages/vscode/src/meta.ts",
"packages/*/src/generated",
"styled-system/preset/src/generated.ts"
],
"markdown": {},
"toml": {},
"yaml": {
"quotes": "preferSingle"
},
"malva": {},
"markup": {},
"plugins": [
"https://plugins.dprint.dev/typescript-0.95.13.wasm",
"https://plugins.dprint.dev/json-0.21.0.wasm",
"https://plugins.dprint.dev/markdown-0.20.0.wasm",
"https://plugins.dprint.dev/toml-0.7.0.wasm",
"https://plugins.dprint.dev/g-plane/malva-v0.15.1.wasm",
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.25.1.wasm",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.1.wasm"
]
}