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

* Prepare to switch Rust import style * Run nightly format Closes #2320 * Clean up a few imports * Enable comment wrapping * Wrap comments
7 lines
295 B
TOML
7 lines
295 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
|
|
ignore = ["ascii_percent_encoding"]
|