From 71d91a74918e1f848911a8e095c94cfd41bf77b1 Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 27 Jun 2025 03:32:19 +0200 Subject: feat: add rustfmt configuration --- 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..e029395 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +edition = "2024" +group_imports = "StdExternalCrate" +max_width = 80 -- cgit v1.2.3