# Configuration file for clang-format, based on docs/CPP_STYLE.md. --- BasedOnStyle: Google IndentWidth: 2 BreakBeforeBraces: Allman ColumnLimit: 100 --- Language: ObjC AccessModifierOffset: -2 AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: true AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false BreakConstructorInitializersBeforeComma: true ConstructorInitializerIndentWidth: 2 DerivePointerAlignment: false IndentCaseLabels: false NamespaceIndentation: None PointerAlignment: Middle SortIncludes: true Standard: Cpp11 ObjCBlockIndentWidth: 2 SpacesInContainerLiterals: false ObjCSpaceAfterProperty: false ObjCSpaceBeforeProtocolList: false --- Language: Cpp AccessModifierOffset: -2 AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: true AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false BreakConstructorInitializersBeforeComma: true ConstructorInitializerIndentWidth: 2 DerivePointerAlignment: false IndentCaseLabels: false NamespaceIndentation: None PointerAlignment: Middle SortIncludes: true Standard: Cpp11 --- Language: Java BreakAfterJavaFieldAnnotations: true