summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2025-07-28 13:39:03 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2025-07-28 13:39:03 +0100
commit1e0a86f93cfe978dcb072758784d48829850e873 (patch)
treea9ecc447c5e3aa9d939c68194248b168f6772d9c
parent3d15bd651ce82ad37f8fcb6fc2fbaa8b1c839242 (diff)
dprint ignores Cargo.lock
-rw-r--r--.dprint.json3
1 files changed, 2 insertions, 1 deletions
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,