Skip to content

Commit

Permalink
Remove nightly-only options in rustfmt config
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Apr 26, 2023
1 parent 9f0ee2b commit 6718edc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
unstable_features = true

# comments
comment_width = 110
normalize_comments = true
wrap_comments = true

# imports
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
reorder_imports = true

# strings
format_strings = false
max_width = 100
match_block_trailing_comma = true

trailing_comma = "Vertical"
trailing_semicolon = true

0 comments on commit 6718edc

Please sign in to comment.