IndentWidth: 4 Language: Cpp UseTab: Never ColumnLimit: 120 PointerAlignment: Right BreakBeforeBraces: Linux AlwaysBreakAfterReturnType: TopLevel AlignArrayOfStructures: Left SpaceAfterCStyleCast: false SpaceBeforeParens: ControlStatementsExceptControlMacros Cpp11BracedListStyle: false IndentCaseLabels: true BinPackArguments: true BinPackParameters: true AlignAfterOpenBracket: Align AlignOperands: true BreakBeforeTernaryOperators: true BreakBeforeBinaryOperators: None AllowShortBlocksOnASingleLine: true AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: false AllowShortEnumsOnASingleLine: false AlignEscapedNewlines: Left AlignTrailingComments: true SortIncludes: false AlignConsecutiveMacros: Consecutive ForEachMacros: ['LL_FOREACH']