# Rustfmt configuration for octofhir-fhir-model
# This file configures code formatting for consistent style across the project
# Only includes stable rustfmt options
# Edition and basic settings
= "2024"
= false
= 4
# Line length and wrapping
= 100
# Import organization
= true
# Function and struct formatting
= "Tall"