diff options
| author | Fuwn <[email protected]> | 2024-03-24 13:36:05 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-24 13:36:05 +0000 |
| commit | 57dfd0bcc096e5299196b1d5d18ce3cbd9ab9ffc (patch) | |
| tree | 2ea62d5b9899b270617fcb1f5ae16d4ce65a80a2 | |
| parent | fix(ast): non-latin characters interpreted as whitespace (diff) | |
| download | germ-57dfd0bcc096e5299196b1d5d18ce3cbd9ab9ffc.tar.xz germ-57dfd0bcc096e5299196b1d5d18ce3cbd9ab9ffc.zip | |
chore(rustfmt): remove old rules
| -rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 5ad42f8..27653e1 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -10,13 +10,11 @@ inline_attribute_width = 80 match_arm_blocks = false max_width = 80 imports_granularity = "One" -merge_imports = true newline_style = "Unix" normalize_doc_attributes = true overflow_delimited_expr = true reorder_impl_items = true group_imports = "StdExternalCrate" -required_version = "1.5.2" struct_field_align_threshold = 40 tab_spaces = 2 use_field_init_shorthand = true |