mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

rustfmt can do this automatically, but only when run with a nightly toolchain, so it needs to be manually done for now - see rslib/rusfmt.toml
4 lines
208 B
TOML
4 lines
208 B
TOML
# this is not supported on stable Rust, and is ignored by the Bazel rules; it is only
|
|
# useful for manual invocation with 'cargo +nightly fmt'
|
|
imports_granularity = "Crate"
|
|
group_imports = "StdExternalCrate"
|