# rustfmt configuration for NOML
# https://rust-lang.github.io/rustfmt/
# Basic formatting (stable features only)
= "2021"
= false
= 4
= 100
= "Default"
# Function formatting
= "Tall"
# Arrays and other formatting
= 60
= 60
= 50
# Misc stable options
= true
= true
= true
= "Unix"