From 98a31ce672c3113a2c238dc4e2ae9d632e59713a Mon Sep 17 00:00:00 2001 From: alexmoon Date: Thu, 14 Jul 2022 15:45:28 -0400 Subject: Add rustfmt.toml to match embassy formatting --- rustfmt.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rustfmt.toml (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..3639f43 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +group_imports = "StdExternalCrate" +imports_granularity = "Module" +max_width=120 \ No newline at end of file -- cgit v1.2.3