# Rustfmt configuration for json2toon_rs
# Only stable features to ensure CI compatibility
# Edition must match Cargo.toml
= "2021"
# Maximum line width
= 100
# Use spaces for indentation
= false
= 4
# Formatting style
= "2021"
# Function calls
= "Default"
# Misc
= "Auto"
= true
# Unstable features (uncomment when using nightly):
# imports_granularity = "Crate"
# group_imports = "StdExternalCrate"
# normalize_comments = true
# wrap_comments = true
# comment_width = 100
# reorder_impl_items = true