From 907c13418d97bde6176a4f0b1117af54014d2f4e Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Sat, 19 Feb 2022 15:24:05 +0100 Subject: [PATCH] remove .rustfmt.toml to revert to rustfmt defaults --- .rustfmt.toml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml deleted file mode 100644 index 3f6431a..0000000 --- a/.rustfmt.toml +++ /dev/null @@ -1,9 +0,0 @@ -# SPDX-FileCopyrightText: 2019-2020 Heiko Schaefer -# SPDX-License-Identifier: CC0-1.0 - -# The following configuration gives warnings in stable rust versions since -# they're unstable (Jan 2020). -max_width = 79 -comment_width = 79 -#report_fixme = "Always" -