From 2d91f781f3d0415dd59610b887432df0be746616 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sun, 15 Jan 2023 11:37:50 -0800 Subject: [PATCH] rtiow: remove rustfmt.toml, use systemwide settings. --- rtiow/rustfmt.toml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 rtiow/rustfmt.toml diff --git a/rtiow/rustfmt.toml b/rtiow/rustfmt.toml deleted file mode 100644 index bcd436a..0000000 --- a/rtiow/rustfmt.toml +++ /dev/null @@ -1,2 +0,0 @@ -imports_granularity = "Crate" -format_code_in_doc_comments = true