1use_field_init_shorthand = true 2newline_style = "Unix" 3style_edition = "2021" 4 5# The following lines may be uncommented on nightly Rust. 6# Once these features have stabilized, they should be added to the always-enabled options above. 7# unstable_features = true 8# imports_granularity = "Crate" 9# normalize_comments = true 10 11# these options seem poorly implemented and cause churn, so, try to avoid them 12# wrap_comments = true 13# comment_width = 100 14 15