Skip to content

Commit 03d396d

Browse files
rustfmt: switch indent style to 'visual'
1 parent 2fe953c commit 03d396d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

fuzz/rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ unstable_features = true
88
fn_single_line = true
99
match_block_trailing_comma = true
1010
format_macro_bodies = false
11+
indent_style = "Visual"

rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ unstable_features = true
88
fn_single_line = true
99
match_block_trailing_comma = true
1010
format_macro_bodies = false
11+
indent_style = "Visual"

0 commit comments

Comments
 (0)