mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 02:56:25 +00:00
Duplicate the settings from rust-lang/rust to this repository. This is mostly for consistency, but `use_small_heuristics = "Max"` does make a large difference with lookup tables. Also apply the needed CI changes to run nightly rustfmt.
6 lines
139 B
TOML
6 lines
139 B
TOML
# This matches rustc
|
|
style_edition = "2024"
|
|
use_small_heuristics = "Max"
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Module"
|