journal/.rustfmt.toml

5 lines
125 B
TOML
Raw Normal View History

2024-11-16 18:54:31 +00:00
hard_tabs = true
2024-11-22 17:04:18 +00:00
use_field_init_shorthand = true
unstable_features = true
2024-11-23 21:43:28 +00:00
imports_granularity = "Crate"
merge_derives = false