diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-12 10:37:58 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-12 10:37:58 +0200 |
commit | fe397455cb985f1f704dcb684af14df50c054294 (patch) | |
tree | 1ce826ffa84f75b8cfc177cbac9592404ad8e07d /dprint.json | |
parent | 822d1ee1be99b7d96740585ddd1174b94916335d (diff) |
dprint remove markdown because it removes comments :(
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" ] } |