Auto merge of #4692 - nossralf:add-rustfmt-config, r=matklad
authorbors <bors@rust-lang.org>
Tue, 31 Oct 2017 22:13:57 +0000 (22:13 +0000)
committerbors <bors@rust-lang.org>
Tue, 31 Oct 2017 22:13:57 +0000 (22:13 +0000)
Add rustfmt.toml with formatting disabled

Currently, Cargo does not use rustfmt for its source code. By adding a rustfmt.toml that simply disables all formatting rules, editors which use rustfmt by default for all Rust code will do the right thing and leave the source code unchanged,.

This makes life a little bit easier for developers who no longer need to explicitly disable automatic rustfmt formatting when working on Cargo to avoid code unrelated to a change being reformatted.


Trivial merge