40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"typescript": {
|
|
"lineWidth": 80,
|
|
"indentWidth": 4,
|
|
"useTabs": true,
|
|
"quoteStyle": "alwaysSingle",
|
|
"quoteProps": "consistent",
|
|
"useBraces": "always",
|
|
"arrowFunction.useParentheses": "preferNone",
|
|
"enumDeclaration.memberSpacing": "newLine",
|
|
"spaceSurroundingProperties": false,
|
|
"exportDeclaration.spaceSurroundingNamedExports": false,
|
|
"importDeclaration.spaceSurroundingNamedImports": false,
|
|
"constructor.spaceBeforeParentheses": true,
|
|
"functionDeclaration.spaceBeforeParentheses": true,
|
|
"functionExpression.spaceBeforeParentheses": true,
|
|
"getAccessor.spaceBeforeParentheses": true,
|
|
"setAccessor.spaceBeforeParentheses": true,
|
|
"method.spaceBeforeParentheses": true
|
|
},
|
|
"json": {
|
|
"indentWidth": 4,
|
|
"useTabs": true
|
|
},
|
|
"markdown": {
|
|
"emphasisKind": "asterisks",
|
|
"strongKind": "asterisks"
|
|
},
|
|
"excludes": [
|
|
"**/node_modules",
|
|
"**/*-lock.json",
|
|
"dist"
|
|
],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/typescript-0.93.3.wasm",
|
|
"https://plugins.dprint.dev/json-0.19.4.wasm",
|
|
"https://plugins.dprint.dev/markdown-0.17.8.wasm"
|
|
]
|
|
}
|