# Rust formatting configuration for rangebar project
# Compatible with stable rustfmt - ensures consistent formatting between local and CI
# Version consistency: rustfmt 1.8.0 (pinned via rust-toolchain.toml using Rust 1.90.0)
# Basic layout settings (stable)
= "2024"
= 100
= false
= 4
# Line wrapping and width limits (stable)
= 60
= 60
= 50
# Function formatting (stable)
= "Tall"
# Control structures (stable)
= "Unix"
= "Default"
# Miscellaneous stable options
= true
= true
= true
= false
= false
= true
= 10
# These are the key stable options that should align local and CI formatting
= true