zmk-module-coquette/.clang-format
2025-09-14 19:44:13 +01:00

11 lines
297 B
YAML

BasedOnStyle: Google
IndentPPDirectives: None
AlignArrayOfStructures: Right
AlignConsecutiveAssignments: Consecutive
AlignConsecutiveDeclarations: Consecutive
AlignConsecutiveMacros: AcrossEmptyLinesAndComments
SpaceBeforeCaseColon: false
IncludeBlocks: Preserve
SortIncludes: {
Enabled: true
}