formatting rules
This commit is contained in:
+2
-1
@@ -2,7 +2,8 @@ imports_granularity = "Module"
|
||||
format_strings = true
|
||||
wrap_comments = true
|
||||
match_block_trailing_comma = true
|
||||
enum_discrim_align_threshold = 25
|
||||
enum_discrim_align_threshold = 50
|
||||
max_width = 110
|
||||
fn_call_width = 110
|
||||
single_line_if_else_max_width = 110
|
||||
comment_width = 120
|
||||
|
||||
Reference in New Issue
Block a user