ferrous-forge 1.9.6

System-wide Rust development standards enforcer
Documentation
1
2
3
4
5
6
7
# Ferrous Forge project rustfmt configuration
max_width = 100
edition = "2024"

# Uncomment the following if using nightly rustfmt (these options are unstable):
# imports_granularity = "Crate"
# group_imports = "StdExternalCrate"