1BasedOnStyle: Google 2Standard: Cpp11 3AccessModifierOffset: -2 4AllowShortFunctionsOnASingleLine: Inline 5ColumnLimit: 100 6CommentPragmas: NOLINT:.* 7DerivePointerAlignment: false 8IncludeBlocks: Preserve 9IndentWidth: 4 10ContinuationIndentWidth: 8 11PointerAlignment: Left 12TabWidth: 4 13UseTab: Never 14