From 5c835961c4042a0444912550ee0714ec53bc6648 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 15 Feb 2024 19:01:23 -0800 Subject: [PATCH] rustfmt --- rustfmt.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..54c7162 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,15 @@ +hard_tabs=true +imports_layout="HorizontalVertical" +match_arm_blocks=false +match_block_trailing_comma=true +newline_style="Unix" +#overflow_delimited_expr=true +reorder_impl_items=true +reorder_imports=false +group_imports="StdExternalCrate" +reorder_modules=false +space_after_colon=false +type_punctuation_density="Compressed" +use_field_init_shorthand=true +use_try_shorthand=true +#wrap_comments=true \ No newline at end of file