bevy/rustfmt.toml

6 lines
136 B
TOML
Raw Normal View History

2020-08-16 03:27:41 +00:00
unstable_features = true
imports_granularity = "Crate"
2020-07-28 21:24:03 +00:00
use_field_init_shorthand = true
reorder_impl_items = true
2020-08-16 03:27:41 +00:00
newline_style = "Unix"