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