From 7f03ae5d5ff34de92fa7e1e78d564a60d2c8a52d Mon Sep 17 00:00:00 2001 From: Shinyzenith Date: Fri, 14 Jan 2022 13:51:44 +0530 Subject: [PATCH] [Create] rustfmt.toml --- .rustfmt.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..57a2920 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,3 @@ +newline_style = "Unix" +use_field_init_shorthand = true +use_small_heuristics = "Max"