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