From a7c97d40a34b09d3f488a60106ba82ecd0e8b61e Mon Sep 17 00:00:00 2001 From: Pauline Date: Wed, 23 Aug 2023 01:09:10 -0400 Subject: initial community health files --- .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..9c4c730 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,12 @@ +max_width = 100 +hard_tabs = true +newline_style = "Unix" +use_small_heuristics = "Default" +reorder_imports = true +reorder_modules = true +remove_nested_parens = true +edition = "2021" +merge_derives = true +use_try_shorthand = false +use_field_init_shorthand = false +force_explicit_abi = true \ No newline at end of file -- cgit