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