1 BasedOnStyle: Google 2 AllowShortIfStatementsOnASingleLine: true 3 AllowShortFunctionsOnASingleLine: true 4 AllowShortLoopsOnASingleLine: true 5 BinPackArguments: true 6 BinPackParameters: true 7 ColumnLimit: 100 8 CommentPragmas: NOLINT:.* 9 ContinuationIndentWidth: 8 10 DerivePointerAlignment: false 11 IndentWidth: 4 12 PointerAlignment: Left 13 TabWidth: 4 14 AccessModifierOffset: -4 15 IncludeCategories: 16 - Regex: '^"Log\.h"' 17 Priority: -1 18