# Format Style Options - Created with Clang Power Tools --- AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: true BasedOnStyle: LLVM BinPackArguments: false BinPackParameters: false BreakBeforeBraces: Allman BreakConstructorInitializers: AfterColon ColumnLimit: 160 ConstructorInitializerAllOnOneLineOrOnePerLine: true ConstructorInitializerIndentWidth : 2 ContinuationIndentWidth: 2 MaxEmptyLinesToKeep: 2 PointerAlignment: Middle SpacesInAngles: true SpacesInParentheses: true ...