Add rustfmt.toml with formatting disabled
authorFredrik Larsson <nossralf@gmail.com>
Tue, 31 Oct 2017 21:31:02 +0000 (22:31 +0100)
committerFredrik Larsson <nossralf@gmail.com>
Tue, 31 Oct 2017 21:31:02 +0000 (22:31 +0100)
commit0c7d975ceb668915116c99259c7bb19875824fba
treef06e40530ce8fd071a1ff39c35363455ca8d9ac0
parentd2d7b3008220d37d6960368954c274d826ca9437
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.
rustfmt.toml [new file with mode: 0644]