Skip to content

Commit ebeae59

Browse files
Add rustfmt config.
1 parent f536201 commit ebeae59

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-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: 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

0 commit comments

Comments
 (0)