askama/.rustfmt.toml
René Kijewski 52de203fb1 Don't format with overflow_delimited_expr
The default value for `overflow_delimited_expr = true` was reverted to
`false`: [rust-lang/rust#136312].

[rust-lang/rust#136312]: https://redirect.github.com/rust-lang/rust/pull/136312
2025-02-09 21:45:58 +01:00

13 lines
256 B
TOML

edition = "2021"
group_imports = "StdExternalCrate"
imports_granularity = "Module"
newline_style = "Unix"
normalize_comments = true
style_edition = "2024"
unstable_features = true
use_field_init_shorthand = true
ignore = [
"testing/tests/hello.rs",
]