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" -