Files
uni-stack__uniwind/dprint.json
T
Hubert Bieszczad b902c96128 feat: initial commit 🍃
2025-07-28 15:11:44 +02:00

27 lines
678 B
JSON

{
"typescript": {
"lineWidth": 150,
"indentWidth": 4,
"semiColons": "asi",
"quoteStyle": "alwaysSingle",
"trailingCommas": "onlyMultiLine",
"preferSingleLine": false,
"jsx.quoteStyle": "preferDouble",
"constructorType.spaceAfterNewKeyword": true,
"constructSignature.spaceAfterNewKeyword": true
},
"json": {
"indentWidth": 4
},
"excludes": [
"**/node_modules",
"**/*-lock.json",
"dist",
"bun.lockb"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.88.7.wasm",
"https://plugins.dprint.dev/json-0.19.1.wasm"
]
}