From 7ef1d69c4942fac0d0172407412a3d396af59b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= Date: Wed, 26 Aug 2020 20:49:17 +0200 Subject: [PATCH] Add rust fmt --- .rustfmt.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..59b0665 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,4 @@ + +newline_style = "Unix" +max_width = 120 +remove_nested_parens = true