1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-06 10:46:57 +00:00

remove dpring.json

This commit is contained in:
pmario 2025-03-17 19:28:33 +01:00
parent 8af6049eea
commit bd3c07aaf4

View File

@ -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"
]
}