mirror of
https://github.com/esp-rs/espflash.git
synced 2026-03-12 08:39:56 +00:00
* Add `rustfmt.toml` * Format `cargo-espflash` and `espflash` packages * Use `nightly` for `rustfmt` checks in CI
10 lines
241 B
TOML
10 lines
241 B
TOML
# Comments
|
|
format_code_in_doc_comments = true
|
|
normalize_comments = true
|
|
wrap_comments = true
|
|
|
|
# Imports
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Crate"
|
|
imports_layout = "HorizontalVertical"
|