diff options
| author | Fuwn <[email protected]> | 2023-03-22 16:09:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-22 16:09:57 -0700 |
| commit | 24f49a2f9e93cbe7839d2f4f0cdf2b13f60e5eef (patch) | |
| tree | 4ea8e5f72be82048279a5f1089df56905f8eb9a8 | |
| parent | refactor(sydney): move structs out (diff) | |
| download | locus-24f49a2f9e93cbe7839d2f4f0cdf2b13f60e5eef.tar.xz locus-24f49a2f9e93cbe7839d2f4f0cdf2b13f60e5eef.zip | |
fix(rustfmt): remove outdated options
| -rw-r--r-- | rustfmt.toml | 3 |
1 files changed, 0 insertions, 3 deletions
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 |