Skip to content

Commit

Permalink
update rustfmt cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
larry0x committed Feb 15, 2023
1 parent f0a5e70 commit 9c8fcf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docs: https://rust-lang.github.io/rustfmt
format_code_in_doc_comments = true # nightly feature
group_imports = "StdExternalCrate" # nightly feature
imports_granularity = "Crate" # nightly feature
# https://rust-lang.github.io/rustfmt
format_code_in_doc_comments = true # nightly
group_imports = "StdExternalCrate" # nightly
imports_granularity = "Crate" # nightly
match_block_trailing_comma = true
max_width = 100
use_small_heuristics = "off"

0 comments on commit 9c8fcf1

Please sign in to comment.