diff options
Diffstat (limited to 'dprint.json')
-rw-r--r-- | dprint.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dprint.json b/dprint.json index 6e15825..819abc8 100644 --- a/dprint.json +++ b/dprint.json @@ -8,15 +8,9 @@ "quoteStyle": "preferSingle", "importDeclaration.spaceSurroundingNamedImports": true }, - "markdown": { - "textWrap": "always", - "emphasisKind": "asterisks", - "strongKind": "asterisks" - }, "json": { "lineWidth": 80 }, "includes": [ "**/*.{ts,tsx}", - "**/*.{md}", "**/*.{json}" ], "excludes": [ @@ -26,7 +20,6 @@ ], "plugins": [ "https://plugins.dprint.dev/typescript-0.44.0.wasm", - "https://plugins.dprint.dev/markdown-0.6.2.wasm", "https://plugins.dprint.dev/json-0.10.1.wasm" ] } |