We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53384e commit cbc25a5Copy full SHA for cbc25a5
.rustfmt.toml
@@ -14,6 +14,8 @@ overflow_delimited_expr = true
14
imports_granularity = "Crate"
15
# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/5083).
16
group_imports = "StdExternalCrate"
17
+# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/5081).
18
+hex_literal_case = "Upper"
19
20
# Apply rustfmt to more places.
21
# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3348).
0 commit comments