Skip to content

Instantly share code, notes, and snippets.

@somombo
Last active October 18, 2020 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save somombo/213c7c45ea1b4b1f08c886886e263429 to your computer and use it in GitHub Desktop.
Save somombo/213c7c45ea1b4b1f08c886886e263429 to your computer and use it in GitHub Desktop.
Rust Notes
tab_spaces = 2
edition = "2018"
newline_style = "Unix"
use_field_init_shorthand = true
use_try_shorthand = true
unstable_features = true
combine_control_expr = false # unstable
fn_single_line = true # unstable
match_block_trailing_comma = true # unstable
wrap_comments = true # unstable
blank_lines_upper_bound = 2 # unstable
# format_generated_files = true # unimplimented
# preserve_block_start_blank_lines = true # unimplimented
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment