Skip to content

Instantly share code, notes, and snippets.

@AntoineSebert
Created December 27, 2023 16:01
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 AntoineSebert/3991b14662a9d4bfa742fbfad126d866 to your computer and use it in GitHub Desktop.
Save AntoineSebert/3991b14662a9d4bfa742fbfad126d866 to your computer and use it in GitHub Desktop.
Custom rustfmt rules with explanations
# Densify the code horizontally, so more of it fits the screen
use_small_heuristics="Max"
# More flexible as spacing depends on tab size
hard_tabs=true
# Shorter code lines
use_field_init_shorthand=true
# Shorter code lines
use_try_shorthand=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment