--- BasedOnStyle: LLVM IndentWidth: 4 ContinuationIndentWidth: 4 TabWidth: 4 UseTab: Never ColumnLimit: 120 BreakBeforeBraces: Attach AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false AllowShortFunctionsOnASingleLine: Empty IndentCaseLabels: true SortIncludes: Never ReflowComments: false PointerAlignment: Left ReferenceAlignment: Left SpaceBeforeParens: ControlStatements ...