From bd3c07aaf4a147364bfe04381537fcd24f296e0c Mon Sep 17 00:00:00 2001 From: pmario Date: Mon, 17 Mar 2025 19:28:33 +0100 Subject: [PATCH] remove dpring.json --- dprint.json | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 dprint.json diff --git a/dprint.json b/dprint.json deleted file mode 100644 index 776bc13bb..000000000 --- a/dprint.json +++ /dev/null @@ -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" - ] -}