Skip to content

Commit

Permalink
Add rustfmt file.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyaherbert committed Sep 23, 2021
1 parent 7b73d71 commit 1a20cf5
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 @@
fn_args_layout = "Tall"
hard_tabs = false
match_arm_leading_pipes = "Never"
max_width = 100
merge_derives = true
remove_nested_parens = true
reorder_imports = true
reorder_modules = true
tab_spaces = 4
use_field_init_shorthand = false
use_small_heuristics = "Default"
use_try_shorthand = false

0 comments on commit 1a20cf5

Please sign in to comment.