Skip to content

Commit 7091f29

Browse files
authored
style: update rustfmt.toml (#19)
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
1 parent 9f2eac0 commit 7091f29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rustfmt.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
unstable_features = true
22
edition = "2018"
33

4-
merge_imports = true
4+
imports_granularity = "Crate"
55
imports_layout = "HorizontalVertical"
66
use_field_init_shorthand = true
77
use_try_shorthand = true
8-
format_doc_comments = true
8+
format_code_in_doc_comments = true
99
max_width = 115
10-
use_small_heuristics = "max"
10+
use_small_heuristics = "Max"

0 commit comments

Comments
 (0)