Skip to content

Instantly share code, notes, and snippets.

@DarrenBaldwin07
Last active October 11, 2023 00:18
Show Gist options
  • Save DarrenBaldwin07/55c0b7ac18c1e5ad8b4fb297cc4ec7ad to your computer and use it in GitHub Desktop.
Save DarrenBaldwin07/55c0b7ac18c1e5ad8b4fb297cc4ec7ad to your computer and use it in GitHub Desktop.
RustFmt config (more here: https://rust-lang.github.io/rustfmt/)
max_width = 150
hard_tabs = true
tab_spaces = 4
newline_style = "Unix"
use_small_heuristics = "Default"
reorder_imports = true
reorder_modules = true
remove_nested_parens = true
edition = "2021"
merge_derives = true
use_try_shorthand = false
use_field_init_shorthand = true
force_explicit_abi = true
imports_granularity = "Crate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment