Last active
July 9, 2021 22:32
-
-
Save ear7h/cd1d063c36bb95c533fee3c3ddc041b3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enum_discrim_align_threshold = 70 | |
error_on_line_overflow = true | |
error_on_unformatted = true | |
format_code_in_doc_comments = true | |
format_macro_matchers = true | |
format_strings = true | |
imports_layout = "HorizontalVertical" | |
match_block_trailing_comma = true | |
max_width = 80 | |
imports_granularity = "Module" | |
overflow_delimited_expr = true | |
group_imports = "StdExternalCrate" | |
space_before_colon = true | |
struct_field_align_threshold = 50 | |
trailing_semicolon = false | |
use_field_init_shorthand = true | |
wrap_comments = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment