--- BasedOnStyle: LLVM AlignConsecutiveMacros: AcrossEmptyLinesAndComments AlignConsecutiveAssignments: Consecutive AlignConsecutiveBitFields: AcrossEmptyLinesAndComments AlignConsecutiveDeclarations: Consecutive AlignEscapedNewlines: Left AllowShortCaseLabelsOnASingleLine: true AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: true ColumnLimit: 80 IndentWidth: 4 UseTab: Never SeparateDefinitionBlocks: Leave