Commit 47e81a5 1 parent 28e4a00 commit 47e81a5 Copy full SHA for 47e81a5
File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ edition = "2021"
5
5
max_width = 120
6
6
merge_derives = true
7
7
use_field_init_shorthand = true
8
+ use_small_heuristics = " Max"
8
9
use_try_shorthand = true
9
10
10
11
# Nightly configurations
11
- # imports_layout = "HorizontalVertical"
12
- # imports_granularity = "Crate"
13
- # overflow_delimited_expr = true
14
- # reorder_impl_items = true
15
- # version = "Two"
12
+ imports_layout = " HorizontalVertical"
13
+ imports_granularity = " Crate"
14
+ overflow_delimited_expr = true
15
+ reorder_impl_items = true
16
+ version = " Two"
Original file line number Diff line number Diff line change 1
1
[hooks ]
2
- # pre-commit = "cargo clippy && cargo +nightly fmt --all -- --check"
3
- # temp disable for this branch
2
+ pre-commit = " cargo clippy --workspace --all-targets --all-features && cargo +nightly fmt --all -- --check"
3
+
4
4
[logging ]
5
5
verbose = true
You can’t perform that action at this time.
0 commit comments