File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,9 @@ create_config! {
140
140
inline_attribute_width: usize , 0 , false ,
141
141
"Write an item and its attribute on the same line \
142
142
if their combined width is below a threshold";
143
+ righthand_indentation_strategy: RightHandIndentationStrategy ,
144
+ RightHandIndentationStrategy :: Heuristic , false ,
145
+ "Determines how the right-hand side of an assignment and pattern is indented." ;
143
146
format_generated_files: bool , true , false , "Format generated files" ;
144
147
145
148
// Options that can change the source code beyond whitespace/blocks (somewhat linty things)
@@ -611,6 +614,7 @@ blank_lines_lower_bound = 0
611
614
edition = "2015"
612
615
version = "One"
613
616
inline_attribute_width = 0
617
+ righthand_indentation_strategy = "SameLineAsLHS"
614
618
format_generated_files = true
615
619
merge_derives = true
616
620
use_try_shorthand = false
You can’t perform that action at this time.
0 commit comments