# Rustfmt configuration for polyfill-rs
# Optimized for readability and consistency
#
# Note: This file is kept compatible with stable `rustfmt` so that local dev and
# CI (`cargo fmt --all -- --check`) behave consistently.
# Basic formatting
= "2021"
= 100
= 4
= "Unix"
= true
= "Default"
= true
= true
= true
# Functions
= 60
= "Tall"
# Arrays and tuples
= 60
# Chains
= 60