Skip to content

Commit b09f952

Browse files
Add rustfmt config.
1 parent f638d1d commit b09f952

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

fuzz/rustfmt.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
hard_tabs = true # use tab characters for indentation, spaces for alignment
2+
use_field_init_shorthand = true
3+
max_width = 120

rustfmt.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
hard_tabs = true # use tab characters for indentation, spaces for alignment
2+
use_field_init_shorthand = true
3+
max_width = 120
4+
use_small_heuristics = "Max"
5+
fn_args_layout = "Compressed"

0 commit comments

Comments
 (0)