Skip to content

Commit

Permalink
More rustfmt experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
diwic committed Aug 16, 2019
1 parent e948c57 commit bf0c9ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ max_width = 140
fn_single_line = true
where_single_line = true
unstable_features = true
fn_args_layout = "Compressed"
use_small_heuristics = "Max"

"Please don't run rustfmt on this repository" = true
# Basically rustfmt has a tendency to split things over way too many lines
Expand Down

0 comments on commit bf0c9ca

Please sign in to comment.