diff options
| -rw-r--r-- | .dprint.json | 3 |
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, |
