bevy_lagrange 0.0.3

Bevy camera controller with pan, orbit, zoom-to-fit, queued animations, and trackpad support
Documentation
# line length
max_width = 100

#comments
comment_width               = 100  # Default: 80
format_code_in_doc_comments = true # Default: false
wrap_comments               = true # Default: false

# imports
group_imports       = "StdExternalCrate"
imports_granularity = "Item"
reorder_imports     = true

# vertical alighment thresholds
enum_discrim_align_threshold = 50 # Default: 0
struct_field_align_threshold = 50 # Default: 0

# other formatting
fn_single_line             = true
match_block_trailing_comma = true