mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-26 19:00:28 -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",
|
"taskName": "cargo fmt",
|
||||||
"command": "cargo",
|
"command": "cargo",
|
||||||
"args": [
|
"args": [
|
||||||
"fmt"
|
"fmt",
|
||||||
|
"--",
|
||||||
|
"--write-mode",
|
||||||
|
"overwrite"
|
||||||
],
|
],
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
"$rustc"
|
"$rustc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user