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