From cfd14e880023752bffe9a01d1781b54ceefa32ec Mon Sep 17 00:00:00 2001 From: delta Date: Tue, 26 Aug 2025 00:57:02 +0200 Subject: initial commit --- rustfmt.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rustfmt.toml (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..3c7f9b0 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,4 @@ +imports_layout = "Vertical" +unstable_features = true +group_imports = "StdExternalCrate" +imports_granularity = "Crate" -- cgit v1.2.3