mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-06 10:46:57 +00:00
remove dpring.json
This commit is contained in:
parent
8af6049eea
commit
bd3c07aaf4
43
dprint.json
43
dprint.json
@ -1,43 +0,0 @@
|
||||
{
|
||||
"lineWidth": 120,
|
||||
"typescript": {
|
||||
"quoteProps": "asNeeded",
|
||||
"ifStatement.spaceAfterIfKeyword": false,
|
||||
"forStatement.spaceAfterForKeyword": false,
|
||||
"forInStatement.spaceAfterForKeyword": false,
|
||||
"forOfStatement.spaceAfterForKeyword": false,
|
||||
"whileStatement.spaceAfterWhileKeyword": false,
|
||||
"spaceSurroundingProperties": false,
|
||||
"useTabs": true,
|
||||
"indentWidth": 1,
|
||||
"quoteStyle": "preferDouble",
|
||||
"binaryExpression.operatorPosition": "sameLine",
|
||||
"trailingCommas": "never",
|
||||
"spaceAround": false
|
||||
},
|
||||
"json": {
|
||||
"useTabs": true,
|
||||
"indentWidth": 1
|
||||
},
|
||||
"markdown": {},
|
||||
"includes": [
|
||||
"**/*.{js,json,md}",
|
||||
"./*.json",
|
||||
"./*.js"
|
||||
],
|
||||
"excludes": [
|
||||
"**/node_modules",
|
||||
"**/*-lock.json",
|
||||
"**.min*",
|
||||
"**/files",
|
||||
"boot.js",
|
||||
"bootprefix.js",
|
||||
"sjcl.js",
|
||||
"diff_match_patch.js"
|
||||
],
|
||||
"plugins": [
|
||||
"https://plugins.dprint.dev/typescript-0.84.4.wasm",
|
||||
"https://plugins.dprint.dev/json-0.17.2.wasm",
|
||||
"https://plugins.dprint.dev/markdown-0.15.2.wasm"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user