From a0f3a7f8ba9036d1fcb18941a54077082f15cf3c Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sat, 9 Jan 2021 22:42:12 -0500 Subject: Added .rustfmt.toml, tabs for indentation, spaces for alignment --- .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..d5ccc00 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,2 @@ +hard_tabs=true +tab_spaces=2 -- cgit v1.3.1