From d4a7de7e2af71ce9b345a904c433dffe7ff59246 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 9 Apr 2021 17:00:12 +0200 Subject: added dprint file --- dprint.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 dprint.json diff --git a/dprint.json b/dprint.json new file mode 100644 index 0000000..de8b569 --- /dev/null +++ b/dprint.json @@ -0,0 +1,34 @@ +{ + "$schema": "https://dprint.dev/schemas/v0.json", + "projectType": "openSource", + "incremental": true, + "typescript": { + "useTabs": true, + "semiColons": "always", + "quoteStyle": "preferSingle", + "importDeclaration.spaceSurroundingNamedImports": true + }, + "markdown": { + "textWrap": "always", + "emphasisKind": "asterisks", + "strongKind": "asterisks" + }, + "json": { + "lineWidth": 80, + "useTabs": true + }, + "includes": [ + "**/*.{ts,tsx}", + "**/*.{md}", + "**/*.{json}" + ], + "excludes": [ + "**/node_modules", + "**/*-lock.json" + ], + "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" + ] +} -- cgit v1.2.3