z-app-coquette-bt-hci/.clang-format
2025-09-13 14:35: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
}