From 299a48eab990b62e76a2f3044cd060560f67ef5e Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Thu, 27 Apr 2017 17:43:56 +0200 Subject: [PATCH] add .rustfmt.toml for personalized rustfmt options --- .rustfmt.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..2544c71 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,6 @@ +match_block_trailing_comma=true +normalize_comments=true +reorder_imports=true +where_layout="Horizontal" +wrap_match_arms=false +