34 lines
911 B
JSON
34 lines
911 B
JSON
{
|
|
"$schema": "https://plugins.dprint.dev/dprint/dprint-plugin-typescript/latest/schema.json",
|
|
"typescript": {
|
|
"lineWidth": 150,
|
|
"indentWidth": 4,
|
|
"useTabs": false,
|
|
"semiColons": "asi",
|
|
"quoteStyle": "alwaysDouble",
|
|
"newLineKind": "lf",
|
|
"bracePosition": "sameLine",
|
|
"trailingCommas": "never",
|
|
"operatorPosition": "maintain",
|
|
"preferHanging": true,
|
|
"typeLiteral.separatorKind": "comma"
|
|
},
|
|
"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"
|
|
]
|
|
}
|