From fb110e3b2ad43620453317e5da2f2d6fe8fed258 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 18 Apr 2023 21:31:03 +0000 Subject: chore(rustfmt): remove deprecated configuration --- rustfmt.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'rustfmt.toml') 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 -- cgit v1.2.3