mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 05:52:22 -04:00

This makes it easier to update independently, and means we don't need to exclude it from formatting/tests.
6 lines
259 B
TOML
6 lines
259 B
TOML
# These settings are not supported on stable Rust, and are ignored by the ninja
|
|
# build script - to use them you need to run 'cargo +nightly fmt'
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Item"
|
|
imports_layout = "Vertical"
|
|
wrap_comments = true
|