Skip to content

Commit

Permalink
Add pattern-generator rustfmt file
Browse files Browse the repository at this point in the history
  • Loading branch information
bschwind committed Feb 10, 2023
1 parent eee63cb commit 04ca7f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pcb/pattern-generator/rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
indent_style = "Block"
use_small_heuristics="Max"
imports_granularity="Crate"
match_block_trailing_comma = true
reorder_impl_items = true
use_field_init_shorthand = true
use_try_shorthand = true

0 comments on commit 04ca7f9

Please sign in to comment.