aboutsummaryrefslogtreecommitdiff
path: root/dprint.json
diff options
context:
space:
mode:
Diffstat (limited to 'dprint.json')
-rw-r--r--dprint.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/dprint.json b/dprint.json
deleted file mode 100644
index b8a5173..0000000
--- a/dprint.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "$schema": "https://dprint.dev/schemas/v0.json",
- "projectType": "openSource",
- "incremental": true,
- "useTabs": true,
- "typescript": {
- "semiColons": "always",
- "quoteStyle": "preferSingle",
- "importDeclaration.spaceSurroundingNamedImports": true
- },
- "includes": [ "**/*.{ts}" ],
- "excludes": [
- "node_modules/**",
- "**/*-lock.json"
- ],
- "plugins": [
- "https://plugins.dprint.dev/typescript-0.44.0.wasm"
- ]
-}