Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
avoid normalize
Browse files Browse the repository at this point in the history
It has some odd side effects converting // to /* */ instead of the other way round.
  • Loading branch information
drahnr committed Jul 19, 2021
1 parent 66bc8f4 commit 2a49df1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ imports_granularity = "Crate"
reorder_imports = true
# Consistency
newline_style = "Unix"
normalize_comments = true
normalize_doc_attributes = true
# Misc
chain_width = 80
spaces_around_ranges = false
Expand Down

0 comments on commit 2a49df1

Please sign in to comment.