rustfmt: Remove user specific config Allow users flexibility to run their own setup, while remain strict with the code style.
Dependencies
- [2]
CAZI4273rustfmt: 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
edition = "2015"version = "One" - edit in .rustfmt.toml at line 61
color = "Auto"required_version = "1.4.37"unstable_features = falsedisable_all_formatting = falseskip_children = falsehide_parse_errors = falseerror_on_line_overflow = falseerror_on_unformatted = falsereport_todo = "Never"report_fixme = "Never"ignore = []emit_mode = "Files"make_backup = false