2014-06-20 12:00:00 -07:00
|
|
|
BasedOnStyle: Google
|
|
|
|
MaxEmptyLinesToKeep: 3
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
2016-04-18 11:30:19 -07:00
|
|
|
DerivePointerAlignment: false
|
|
|
|
PointerAlignment: Right
|
2020-07-23 17:45:45 -04:00
|
|
|
# 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
|
2016-04-18 11:30:19 -07:00
|
|
|
|