regenbogenbaum/.clang-format
2025-10-30 01:18:25 +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
}