Skip to content

Commit

Permalink
Update comments in .rustfmt.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 19, 2024
1 parent ef604f9 commit 0fbf99b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ error_on_line_overflow = true
# Override the default formatting style.
# See https://internals.rust-lang.org/t/running-rustfmt-on-rust-lang-rust-and-other-rust-lang-repositories/8732/81.
use_small_heuristics = "Max"
# See https://github.com/rust-dev-tools/fmt-rfcs/issues/149.
# This is the default of 2024 edition https://github.com/rust-lang/rust/pull/114764.
# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3370)
overflow_delimited_expr = true
# This is unstable (tracking issue: none).
# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/4991).
imports_granularity = "Crate"
# This is unstable (tracking issue: none).
# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/5083).
group_imports = "StdExternalCrate"

# Apply rustfmt to more places.
Expand Down

0 comments on commit 0fbf99b

Please sign in to comment.