0.0.2
This commit is contained in:
parent
32cf1563f7
commit
14c223bb36
9 changed files with 414 additions and 56 deletions
29
dprint.json
29
dprint.json
|
|
@ -48,7 +48,12 @@
|
|||
"trailingComma": false,
|
||||
"useTabs": false
|
||||
},
|
||||
"markdown": {},
|
||||
"markdown": {
|
||||
"emphasisKind": "underscores",
|
||||
"lineWidth": 100,
|
||||
"strongKind": "asterisks",
|
||||
"textWrap": "always"
|
||||
},
|
||||
"markup": {
|
||||
"closingBracketSameLine": false,
|
||||
"closingTagLineBreakForEmpty": "never",
|
||||
|
|
@ -83,5 +88,25 @@
|
|||
"https://plugins.dprint.dev/markdown-0.19.0.wasm",
|
||||
"https://plugins.dprint.dev/toml-0.7.0.wasm",
|
||||
"https://plugins.dprint.dev/typescript-0.95.11.wasm"
|
||||
]
|
||||
],
|
||||
"typescript": {
|
||||
"arrowFunction.useParentheses": "preferNone",
|
||||
"conditionalExpression.operatorPosition": "sameLine",
|
||||
"conditionalExpression.preferSingleLine": true
|
||||
},
|
||||
"useTabs": false,
|
||||
"yaml": {
|
||||
"braceSpacing": true,
|
||||
"bracketSpacing": false,
|
||||
"formatComments": true,
|
||||
"indentBlockSequenceInMap": true,
|
||||
"indentWidth": 2,
|
||||
"lineBreak": "lf",
|
||||
"preferSingleLine": false,
|
||||
"printWidth": 120,
|
||||
"quotes": "preferDouble",
|
||||
"trailingComma": true,
|
||||
"trimTrailingWhitespaces": true,
|
||||
"trimTrailingZero": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue