aboutsummaryrefslogtreecommitdiff
path: root/dprint.json
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-08-09 15:07:00 +0200
committerlonkaars <loek@pipeframe.xyz>2021-08-09 15:07:00 +0200
commite8ca02eda2fea678a407b73af161014d703bab1c (patch)
tree991455fa42c56fb835af1f6ce1fe91755c692104 /dprint.json
initial commit (pretty much copied homebridge-beken)
Diffstat (limited to 'dprint.json')
-rw-r--r--dprint.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/dprint.json b/dprint.json
new file mode 100644
index 0000000..cf62348
--- /dev/null
+++ b/dprint.json
@@ -0,0 +1,14 @@
+{
+ "$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/**" ],
+ "plugins": [ "https://plugins.dprint.dev/typescript-0.44.0.wasm" ]
+}