BasedOnStyle: LLVM
AlignTrailingComments: true
PointerAlignment: Right
IndentWidth: 4
IndentCaseLabels: true
ObjCSpaceAfterProperty: true
ObjCSpaceBeforeProtocolList: true
SpacesBeforeTrailingComments: 1
MaxEmptyLinesToKeep: 1
KeepEmptyLinesAtTheStartOfBlocks: false
ColumnLimit: 0
SpacesInSquareBrackets: false
SpacesInParentheses : false
SpacesInContainerLiterals: true
SpaceBeforeAssignmentOperators: true
SpaceInEmptyParentheses: false
SpacesInAngles: false
AlignOperands: true
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
BreakBeforeBinaryOperators: None
AllowShortCaseLabelsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortBlocksOnASingleLine: false
IndentWrappedFunctionNames: false
BinPackParameters: false
BinPackArguments: false
BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: true
AfterControlStatement: false
AfterEnum: false
AfterFunction: false
AfterNamespace: false
AfterStruct: false
AfterUnion: false
BeforeCatch: false