11 lines
297 B
YAML
11 lines
297 B
YAML
BasedOnStyle: Google
|
|
IndentPPDirectives: None
|
|
AlignArrayOfStructures: Right
|
|
AlignConsecutiveAssignments: Consecutive
|
|
AlignConsecutiveDeclarations: Consecutive
|
|
AlignConsecutiveMacros: AcrossEmptyLinesAndComments
|
|
SpaceBeforeCaseColon: false
|
|
IncludeBlocks: Preserve
|
|
SortIncludes: {
|
|
Enabled: true
|
|
}
|