birdsong-devices/.clang-format

11 lines
297 B
YAML

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