From b9bce0c426ab258f2c5891ac7eecd944f749e27c Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 1 Aug 2018 14:29:50 +0200 Subject: Run rustfmt on project. --- .rustfmt.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .rustfmt.toml (limited to '.rustfmt.toml') diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..b2a448b --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,2 @@ +control_brace_style = "ClosingNextLine" +newline_style = "Unix" -- cgit v1.2.3