From 1e2c757c2f4753eb96ee8549f6782c89abbac573 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 9 Apr 2021 17:04:34 +0200 Subject: added submodule to dprint.json --- dprint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dprint.json b/dprint.json index de8b569..8729de5 100644 --- a/dprint.json +++ b/dprint.json @@ -24,7 +24,8 @@ ], "excludes": [ "**/node_modules", - "**/*-lock.json" + "**/*-lock.json", + "database/SQLiteFuzzySearch/**" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.44.0.wasm", -- cgit v1.2.3