mirror of
https://github.com/MorizzG/tool-default-configs.git
synced 2025-12-06 01:22:41 +00:00
some updates
This commit is contained in:
parent
7ea1b2bada
commit
61064c3aa3
3 changed files with 18 additions and 4 deletions
11
rustfmt.toml
11
rustfmt.toml
|
|
@ -1,2 +1,13 @@
|
|||
imports_granularity = "Module"
|
||||
group_imports = "StdExternalCrate"
|
||||
|
||||
# Activation of features, almost objectively better ;)
|
||||
use_try_shorthand = true
|
||||
use_field_init_shorthand = true
|
||||
|
||||
# Nightly only. Will not run in CI, but please format with these locally
|
||||
wrap_comments = true
|
||||
normalize_comments = true
|
||||
comment_width = 100
|
||||
|
||||
condense_wildcard_suffixes = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue