Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/rustfmt.toml
6570 views
1
use_field_init_shorthand = true
2
newline_style = "Unix"
3
style_edition = "2021"
4
5
# The following lines may be uncommented on nightly Rust.
6
# Once these features have stabilized, they should be added to the always-enabled options above.
7
# unstable_features = true
8
# imports_granularity = "Crate"
9
# normalize_comments = true
10
11
# these options seem poorly implemented and cause churn, so, try to avoid them
12
# wrap_comments = true
13
# comment_width = 100
14
15