birdsong-nrf5340-CPUNET-fir.../.clang-format
2025-11-03 03:21:17 +00: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
}