Skip to content
This repository was archived by the owner on Jun 21, 2020. It is now read-only.

Commit be5a514

Browse files
committed
MAINT: Updated rustfmt.toml and Cargo.lock
1 parent 75ce7f9 commit be5a514

File tree

3 files changed

+59
-129
lines changed

3 files changed

+59
-129
lines changed

.rustfmt.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
unstable_features = true
22
max_width = 135
3+
comment_width = 135
34
use_field_init_shorthand = true
45
use_try_shorthand = true
56
use_small_heuristics = "Max"
67
condense_wildcard_suffixes = true
78
fn_args_density = "Compressed"
89
fn_single_line = true
9-
imports_indent = "Visual"
1010
where_single_line = true
11+
merge_imports = true
12+
normalize_comments = true
13+
newline_style = "unix"
14+
brace_style = "PreferSameLine"
1115
edition = "2018"

0 commit comments

Comments
 (0)