1 BasedOnStyle: Google 2 AllowShortBlocksOnASingleLine: false 3 AllowShortFunctionsOnASingleLine: Inline 4 5 ColumnLimit: 100 6 CommentPragmas: NOLINT:.* 7 DerivePointerAlignment: false 8 IndentWidth: 4 9 ContinuationIndentWidth: 8 10 ConstructorInitializerIndentWidth: 8 11 AccessModifierOffset: -2 12 PointerAlignment: Left 13 TabWidth: 4 14 UseTab: Never 15 PenaltyExcessCharacter: 32 16