Skip to content

Commit

Permalink
Add a rustfmt.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
raldone01 committed Dec 19, 2024
1 parent da7c8f0 commit ab9a695
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 286 deletions.
13 changes: 13 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
match_block_trailing_comma = true
tab_spaces = 2
condense_wildcard_suffixes = false
newline_style = "Unix"

# The options below are unstable
unstable_features = true
imports_granularity = "Crate"
normalize_comments = false # Often doesn't do what you want

# these options seem poorly implemented and cause churn, so, try to avoid them
# wrap_comments = true
# comment_width = 100
Loading

0 comments on commit ab9a695

Please sign in to comment.