Skip to content

Instantly share code, notes, and snippets.

@ear7h
Last active July 9, 2021 22:32
Show Gist options
  • Save ear7h/cd1d063c36bb95c533fee3c3ddc041b3 to your computer and use it in GitHub Desktop.
Save ear7h/cd1d063c36bb95c533fee3c3ddc041b3 to your computer and use it in GitHub Desktop.
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