EmbarkStudios / cargo-about

📜 Cargo plugin to generate list of all licenses for a crate 🦀
http://embark.rs
Apache License 2.0
545 stars 32 forks source link

Missing .vscode/settings.json #147

Closed MaulingMonkey closed 3 years ago

MaulingMonkey commented 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,
}

But this file is missing from cargo-about.

Jake-Shadle commented 3 years ago

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.