rustfmt.toml (11 lines of code) (raw):

edition = "2021" version = "Two" imports_granularity = "Crate" merge_imports = true use_field_init_shorthand = true use_try_shorthand = true group_imports = "StdExternalCrate" # We'd like to be this to be true, but... # For long lines of derive, which are already merged, this will change # where it indents it. That seems like a bug. merge_derives = false