1 BasedOnStyle: Google 2 AccessModifierOffset: -2 3 AllowShortBlocksOnASingleLine: false 4 AllowShortCaseLabelsOnASingleLine: false 5 AllowShortFunctionsOnASingleLine: false 6 AllowShortIfStatementsOnASingleLine: false 7 AllowShortLoopsOnASingleLine: false 8 ConstructorInitializerAllOnOneLineOrOnePerLine: false 9 ColumnLimit: 100 10 CommentPragmas: NOLINT:.* 11 Cpp11BracedListStyle: false 12 DerivePointerAlignment: false 13 IndentWidth: 4 14 PointerAlignment: Left 15 TabWidth: 4 16 UseTab: Never 17 PenaltyExcessCharacter: 32 18