File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ create_config! {
46
46
indent_style: IndentStyle , IndentStyle :: Block , false , "How do we indent expressions or items." ;
47
47
48
48
// Comments and strings
49
- wrap_comments: bool , false , true , "Break comments to fit on the line" ;
49
+ wrap_comments: bool , false , false , "Break comments to fit on the line" ;
50
50
comment_width: usize , 80 , false ,
51
51
"Maximum length of comments. No effect unless wrap_comments = true" ;
52
- normalize_comments: bool , false , true , "Convert /* */ comments to // comments where possible" ;
52
+ normalize_comments: bool , false , false , "Convert /* */ comments to // comments where possible" ;
53
53
license_template_path: String , String :: default ( ) , false ,
54
54
"Beginning of file must match license template" ;
55
55
format_strings: bool , false , false , "Format string literals where necessary" ;
You can’t perform that action at this time.
0 commit comments