From 38a8771857ae1b366afb0952888eaa3c631df11e Mon Sep 17 00:00:00 2001 From: breezystatic77 Date: Sun, 26 Jan 2025 12:42:38 -0500 Subject: initial commit --- rustfmt.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rustfmt.toml (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..bb2f947 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,5 @@ +max_width = 80 +merge_imports = true +imports_layout = "Vertical" +hard_tabs = true +tab_spaces = 2 \ No newline at end of file -- cgit v1.2.3