diff options
| author | Fuwn <[email protected]> | 2023-04-18 21:31:03 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-18 21:31:03 +0000 |
| commit | fb110e3b2ad43620453317e5da2f2d6fe8fed258 (patch) | |
| tree | 5db7e3c56380298cfd214566265dd3ea10c8126d | |
| parent | feat: async-std support !! (diff) | |
| download | windmark-fb110e3b2ad43620453317e5da2f2d6fe8fed258.tar.xz windmark-fb110e3b2ad43620453317e5da2f2d6fe8fed258.zip | |
chore(rustfmt): remove deprecated configuration
| -rw-r--r-- | .license_template | 17 | ||||
| -rw-r--r-- | rustfmt.toml | 3 |
2 files changed, 0 insertions, 20 deletions
diff --git a/.license_template b/.license_template deleted file mode 100644 index a806b2d..0000000 --- a/.license_template +++ /dev/null @@ -1,17 +0,0 @@ -// This file is part of Windmark <https://github.com/gemrest/windmark>. -// Copyright (C) {20\d{2}(-20\d{2})?} Fuwn <[email protected]> -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, version 3. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see <http://www.gnu.org/licenses/>. -// -// Copyright (C) {20\d{2}(-20\d{2})?} Fuwn <[email protected]> -// SPDX-License-Identifier: GPL-3.0-only
\ No newline at end of file diff --git a/rustfmt.toml b/rustfmt.toml index 1dd4c90..dab6ef1 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -9,7 +9,6 @@ format_code_in_doc_comments = true format_macro_matchers = true format_strings = true imports_layout = "HorizontalVertical" -license_template_path = ".license_template" max_width = 80 match_arm_blocks = false imports_granularity = "Crate" @@ -19,8 +18,6 @@ normalize_doc_attributes = true reorder_impl_items = true group_imports = "StdExternalCrate" reorder_modules = true -report_fixme = "Always" -# report_todo = "Always" struct_field_align_threshold = 20 struct_lit_single_line = false tab_spaces = 2 |