Closed MaulingMonkey closed 3 years ago
Describe the bug
Embark Guidelines state:
As we want to run rustfmt on save, all of our repos should have a .vscode/settings.json with: { "editor.formatOnSave": true, }
As we want to run rustfmt on save, all of our repos should have a .vscode/settings.json with:
.vscode/settings.json
{ "editor.formatOnSave": true, }
But this file is missing from cargo-about.
We don't expect everyone to use VSCode, this is just a local setup suggestion to improve your own workflow, all of our repos require the rustfmt check passes in CI regardless.
Describe the bug
Embark Guidelines state:
But this file is missing from cargo-about.