From fdd7f5c1d88f681e0d114ad7b208a738eed562e9 Mon Sep 17 00:00:00 2001 From: able Date: Tue, 23 May 2023 06:38:42 -0500 Subject: [PATCH] update formating rules --- rustfmt.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..3807d4c --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +hex_literal_case = "Upper" +imports_granularity = "One" +struct_field_align_threshold = 5