From db963bd7052ae1dd23e5ca69c8036ed76857f551 Mon Sep 17 00:00:00 2001 From: Victor Koenders Date: Sat, 16 Oct 2021 11:04:06 +0200 Subject: [PATCH] Fixed newline issues in project --- .rustfmt.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..43d4840 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1 @@ +newline_style = "Unix"