Skip to content

Commit cbc25a5

Browse files
committed
rustfmt: Set hex_literal_case = "Upper"
1 parent a53384e commit cbc25a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rustfmt.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ overflow_delimited_expr = true
1414
imports_granularity = "Crate"
1515
# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/5083).
1616
group_imports = "StdExternalCrate"
17+
# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/5081).
18+
hex_literal_case = "Upper"
1719

1820
# Apply rustfmt to more places.
1921
# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3348).

0 commit comments

Comments
 (0)