1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-10-03 18:27:14 +03:00

chore(fmt): remove normalize_comments from rustfmt.toml

This commit is contained in:
orhun 2021-06-04 03:11:15 +03:00
parent a445b447b1
commit d785059379
No known key found for this signature in database
GPG Key ID: B928720AEC532117

View File

@ -9,7 +9,6 @@ binop_separator = "Back"
format_code_in_doc_comments = true
format_strings = true
imports_layout = "Vertical"
normalize_comments = true
normalize_doc_attributes = true
overflow_delimited_expr = true
struct_field_align_threshold = 20