32
dprint.json
Normal file
32
dprint.json
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://plugins.dprint.dev/dprint/dprint-plugin-typescript/latest/schema.json",
|
||||||
|
"typescript": {
|
||||||
|
"lineWidth": 120,
|
||||||
|
"indentWidth": 4,
|
||||||
|
"useTabs": false,
|
||||||
|
"semiColons": "asi",
|
||||||
|
"quoteStyle": "alwaysDouble",
|
||||||
|
"newLineKind": "lf",
|
||||||
|
"bracePosition": "sameLine",
|
||||||
|
"trailingCommas": "never",
|
||||||
|
"operatorPosition": "maintain",
|
||||||
|
"preferHanging": true
|
||||||
|
},
|
||||||
|
"json": {
|
||||||
|
"indentWidth": "4"
|
||||||
|
},
|
||||||
|
"markdown": {
|
||||||
|
},
|
||||||
|
"toml": {
|
||||||
|
},
|
||||||
|
"excludes": [
|
||||||
|
"**/node_modules",
|
||||||
|
"**/*-lock.json"
|
||||||
|
],
|
||||||
|
"plugins": [
|
||||||
|
"https://plugins.dprint.dev/typescript-0.91.8.wasm",
|
||||||
|
"https://plugins.dprint.dev/json-0.19.3.wasm",
|
||||||
|
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
|
||||||
|
"https://plugins.dprint.dev/toml-0.6.2.wasm"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user