BasedOnStyle: Google MaxEmptyLinesToKeep: 3 AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false DerivePointerAlignment: false PointerAlignment: Right # TODO(davidben): The default for Google style is now Regroup, but the default # IncludeCategories does not recognize . We should # reconfigure IncludeCategories to match. For now, keep it at Preserve. IncludeBlocks: Preserve TypenameMacros: ['LHASH_OF', 'STACK_OF']