aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dprint.json3
1 files changed, 2 insertions, 1 deletions
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",