Skip to content

Commit

Permalink
Create .rustfmt.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Sep 30, 2022
1 parent f31b558 commit c49a5b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
max_width=120
use_small_heuristics="Max"
newline_style="Unix"
fn_args_layout="Compressed"

# Once these stabilize, they'd be nice
# indent_style="Visual"
# fn_single_line=true
# fn_params_layout="Compressed"
# comment_width=100
# overflow_delimited_expr=true
# imports_granularity="Module"

0 comments on commit c49a5b1

Please sign in to comment.