From 36a706b7d17bfa332f07ab18b1d3ff30f0aaf6d3 Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Sat, 29 Nov 2025 12:44:08 -0600 Subject: adjust and apply rustfmt settings --- .rustfmt.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .rustfmt.toml (limited to '.rustfmt.toml') diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..711de67 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,12 @@ +max_width = 79 +hard_tabs = false +tab_spaces = 2 +edition = "2024" +match_block_trailing_comma = true +merge_derives = true +reorder_imports = true +reorder_modules = true +use_field_init_shorthand = true +use_try_shorthand = true +# I hate NT users and they hate me. +newline_style = "Unix" -- cgit 1.4.1-2-gfad0