From 3d77a7899336c401656d682aa90b0cfb29bdc5ae Mon Sep 17 00:00:00 2001 From: pmario Date: Sat, 8 Jul 2023 12:22:45 +0200 Subject: [PATCH] dprint change dprint.json --- dprint.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dprint.json b/dprint.json index 48d99858c..776bc13bb 100644 --- a/dprint.json +++ b/dprint.json @@ -25,7 +25,16 @@ "./*.json", "./*.js" ], - "excludes": ["**/node_modules", "**/*-lock.json", "**.min*", "**/files", "boot.js", "bootprefix.js", "sjcl.js", "diff_match_patch.js"], + "excludes": [ + "**/node_modules", + "**/*-lock.json", + "**.min*", + "**/files", + "boot.js", + "bootprefix.js", + "sjcl.js", + "diff_match_patch.js" + ], "plugins": [ "https://plugins.dprint.dev/typescript-0.84.4.wasm", "https://plugins.dprint.dev/json-0.17.2.wasm",