From 60daeb29549c32ac0c0c985c47c64712ad0d7e96 Mon Sep 17 00:00:00 2001 From: Botahamec Date: Fri, 9 Jul 2021 17:28:19 -0400 Subject: here's what i have so far --- rustfmt.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rustfmt.toml (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..5c912d6 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +edition = "2018" +hard_tabs = true +newline_style = "Unix" \ No newline at end of file -- cgit v1.2.3