# Fully lowercase style — keywords, types, and identifiers all lowercased. # Common in teams that prefer minimal visual noise. keyword_case: lower ident_case: lower type_case: lower commas: leading