1BasedOnStyle: Google 2AllowShortFunctionsOnASingleLine: false 3 4CommentPragmas: NOLINT:.* 5DerivePointerAlignment: false 6IndentWidth: 4 7PointerAlignment: Left 8TabWidth: 4 9PenaltyExcessCharacter: 32 10 11Cpp11BracedListStyle: false 12