--- BasedOnStyle: LLVM IndentWidth: 4 TabWidth: 4 UseTab: Never ColumnLimit: 120 AlignConsecutiveDeclarations: true AlignConsecutiveAssignments: true AlignConsecutiveMacros: true PointerAlignment: Right BreakBeforeBraces: Attach AllowShortFunctionsOnASingleLine: Empty AllowShortBlocksOnASingleLine: false KeepEmptyLinesAtTheStartOfBlocks: false MaxEmptyLinesToKeep: 1 SortIncludes: true IncludeBlocks: Regroup ---