-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathdprint.json
More file actions
23 lines (23 loc) · 726 Bytes
/
dprint.json
File metadata and controls
23 lines (23 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"incremental": true,
"indentWidth": 2,
"typescript": {
"quoteStyle": "preferSingle",
"semiColons": "asi"
},
"prettier": {
"singleQuote": true,
"associations": [
"**/*.yaml",
"**/*.json5"
]
},
"includes": ["**/*.{ts,tsx,js,jsx,cjs,mjs,json,json5,md,yaml}"],
"excludes": ["**/node_modules", "pnpm-lock.yaml", "dist", ".next", "packages/typescript-extension/src/types"],
"plugins": [
"https://plugins.dprint.dev/typescript-0.67.0.wasm",
"https://plugins.dprint.dev/json-0.15.1.wasm",
"https://plugins.dprint.dev/markdown-0.13.1.wasm",
"https://plugins.dprint.dev/prettier-0.6.1.exe-plugin@2d54d5f8dbdeb087762fadc4840c688327f5deab447c94b32ca3850106db9224"
]
}