cycles-quartz/.rustfmt.toml

12 lines
263 B
TOML
Raw Permalink Normal View History

2024-01-11 11:43:12 +00:00
reorder_imports = true
reorder_modules = true
# Automatically fix deprecated style.
use_field_init_shorthand = true
use_try_shorthand = true
# unstable features
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
format_code_in_doc_comments = true