diff options
Diffstat (limited to 'dprint.json')
-rw-r--r-- | dprint.json | 3 |
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", |