From 1e0a86f93cfe978dcb072758784d48829850e873 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 28 Jul 2025 13:39:03 +0100 Subject: dprint ignores Cargo.lock --- .dprint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dprint.json b/.dprint.json index e1b5c04..cf45b62 100644 --- a/.dprint.json +++ b/.dprint.json @@ -7,7 +7,8 @@ ], "excludes": [ - "**/target" + "**/target", + "**/Cargo.lock" ], "indentWidth": 4, "lineWidth": 80, -- cgit v1.2.3