Mirror of BoringSSL (grpc依赖)
https://boringssl.googlesource.com/boringssl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
463 B
12 lines
463 B
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 <openssl/header.h>. We should |
|
# reconfigure IncludeCategories to match. For now, keep it at Preserve. |
|
IncludeBlocks: Preserve |
|
TypenameMacros: ['LHASH_OF', 'STACK_OF'] |
|
|
|
|