From 441962d8d5d8fdf3385139bf58e4615dd3dfabb4 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Fri, 10 Apr 2020 14:21:11 -0400 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..296f7b6 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +edition = "2018" +error_on_line_overflow = true +error_on_unformatted = true \ No newline at end of file