From: Fredrik Larsson Date: Tue, 31 Oct 2017 21:31:02 +0000 (+0100) Subject: Add rustfmt.toml with formatting disabled X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~5^2~14^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0c7d975ceb668915116c99259c7bb19875824fba;p=cargo.git 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. --- diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 000000000..c7ad93baf --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +disable_all_formatting = true