mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
Don't make backups when running cargo fmt.
We have version control...
This commit is contained in:
parent
8357cb0775
commit
3ab5d27fc7
5
.vscode/tasks.json
vendored
5
.vscode/tasks.json
vendored
@ -8,7 +8,10 @@
|
||||
"taskName": "cargo fmt",
|
||||
"command": "cargo",
|
||||
"args": [
|
||||
"fmt"
|
||||
"fmt",
|
||||
"--",
|
||||
"--write-mode",
|
||||
"overwrite"
|
||||
],
|
||||
"problemMatcher": [
|
||||
"$rustc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user