This imports 1ecc76f6746cefd502c7e9000bdfa4e5d7911386 and 41d62636fd996c031c0c7cef746476278583dc9e from upstream. These would have rejected the mistake in OpenSSL's EDIPartyName sturcture. Change-Id: I4eb218f9372bea0f7ff302321b9dc1992ef0c13a Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/44424 Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <agl@google.com>
12 lines
422 B
YAML
12 lines
422 B
YAML
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
|
|
|