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