From cb4686b0b946746f0604e2a6b73560cc167a779a Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 21 Apr 2025 22:04:31 +0100 Subject: [PATCH] Remove generated rustfmt config --- nodejs/rustfmt.toml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 nodejs/rustfmt.toml diff --git a/nodejs/rustfmt.toml b/nodejs/rustfmt.toml deleted file mode 100644 index cab5731e..00000000 --- a/nodejs/rustfmt.toml +++ /dev/null @@ -1,2 +0,0 @@ -tab_spaces = 2 -edition = "2021"