From eb3ced51f90260e3057bb782373cd8ce887d3562 Mon Sep 17 00:00:00 2001 From: Micha White Date: Thu, 20 Oct 2022 20:41:40 -0400 Subject: Added rustfmt.toml --- 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..2508efc --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +edition = "2021" +newline_style = "Unix" +hard_tabs = true \ No newline at end of file -- cgit v1.2.3