rustfmt: Remove user specific config Allow users flexibility to run their own setup, while remain strict with the code style.

zj
Oct 14, 2021, 2:11 PM
Q3LA6YFZK4OFJTXDJIBUQTLQAHLBSCBLIVBGXJRS2TDJJRKCTESQC

Dependencies

  • [2] CAZI4273 rustfmt: Add config to make it explicit Ran `rustfmt --print-config=current $PWD > .rustfmt.toml` to make my defaults explicit. This should create a standard formatting pattern when external contributors send patches too.

Change contents

  • edit in .rustfmt.toml at line 55
    [2.1485][2.1485:1518]()
    edition = "2015"
    version = "One"
  • edit in .rustfmt.toml at line 61
    [2.1686][2.1686:1991]()
    color = "Auto"
    required_version = "1.4.37"
    unstable_features = false
    disable_all_formatting = false
    skip_children = false
    hide_parse_errors = false
    error_on_line_overflow = false
    error_on_unformatted = false
    report_todo = "Never"
    report_fixme = "Never"
    ignore = []
    emit_mode = "Files"
    make_backup = false