bevy_cobweb_ui 0.22.2

UI framework for the bevy game engine
unstable_features = true

brace_style = "AlwaysNextLine"
control_brace_style = "AlwaysSameLine"

imports_granularity = "Module"
group_imports = "StdExternalCrate"

use_field_init_shorthand = true
skip_macro_invocations = ["*"]
format_macro_matchers = false
format_macro_bodies = false # There is a diagnostic bug: https://github.com/rust-lang/rustfmt/pull/6075

comment_width = 115
wrap_comments = true

max_width = 115
#use_small_heuristics = "Max"
array_width = 100
#attr_fn_like_width = 90
chain_width = 60
#fn_call_width = 60
single_line_if_else_max_width = 50
single_line_let_else_max_width = 115
struct_lit_width = 60
struct_variant_width = 60