# HexSpell format configuration
# Please use `cargo fmt` to format your code before committing.
# General configuration
= 100 # Maximum line width
= false # Use spaces instead of tabs
= true # Simplify struct initializations
= "Unix" # Use Unix-style line endings (LF)
# Function formatting
= "Tall" # Use the "Tall" style for function parameters
# Imports
= true # Reorder imports alphabetically