-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdprint.json
More file actions
27 lines (27 loc) · 856 Bytes
/
dprint.json
File metadata and controls
27 lines (27 loc) · 856 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
{
"lineWidth": 180,
"indentWidth": 2,
"useTabs": false,
"newLineKind": "lf",
"typescript": {
"quoteStyle": "preferSingle",
"bracePosition": "maintain",
"nextControlFlowPosition": "maintain",
"operatorPosition": "maintain",
"arrowFunction.useParentheses": "force",
"module.sortImportDeclarations": "maintain",
"module.sortExportDeclarations": "maintain"
},
"json": {},
"markdown": {},
"toml": {},
"dockerfile": {},
"excludes": [".angular", ".nx", "coverage", "dist", "node_modules", "tmp", "*.log", "**/*-lock.json"],
"plugins": [
"https://plugins.dprint.dev/typescript-0.88.7.wasm",
"https://plugins.dprint.dev/json-0.19.1.wasm",
"https://plugins.dprint.dev/markdown-0.16.3.wasm",
"https://plugins.dprint.dev/toml-0.5.4.wasm",
"https://plugins.dprint.dev/dockerfile-0.3.0.wasm"
]
}