askama/.rustfmt.toml
2024-09-24 02:07:17 +02:00

13 lines
256 B
TOML

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