1 BasedOnStyle: Google 2 AllowShortFunctionsOnASingleLine: Inline 3 AllowShortIfStatementsOnASingleLine: true 4 AllowShortLoopsOnASingleLine: true 5 BinPackArguments: true 6 BinPackParameters: true 7 ColumnLimit: 80 8 CommentPragmas: NOLINT:.* 9 ContinuationIndentWidth: 8 10 DerivePointerAlignment: false 11 IndentWidth: 4 12 PointerAlignment: Left 13 TabWidth: 4 14