From 60985236c7070425c28aa0c5ce675306d06ab123 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 16 Jan 2025 14:45:14 -0500 Subject: initial --- rustfmt.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rustfmt.toml (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..52e6f5f --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,7 @@ +hard_tabs = true +tab_spaces = 4 +max_width = 80 + +use_field_init_shorthand = true + + -- cgit v1.2.3-freya