mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-27 21:12:54 +00:00

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
13 lines
256 B
TOML
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",
|
|
]
|