Update style guide note on files which match OpenSSL.
They match the new style not the old EAY style now. They're also not likely to be reformatted. It's just the legacy ASN.1 stuff now and we're intentionally not doing much with those. (The old text was written back before the SSL stack had been reformatted.) Change-Id: I4852761b013e8c2688ebc7eaf4970afbdc69e858 Reviewed-on: https://boringssl-review.googlesource.com/8129 Reviewed-by: Steven Valdez <svaldez@google.com> Reviewed-by: David Benjamin <davidben@google.com>
This commit is contained in:
parent
3084e7b87d
commit
1a88df13e5
8
STYLE.md
8
STYLE.md
@ -14,10 +14,10 @@ concerned, balance consistency within a module with the benefits of a
|
|||||||
given rule. Module-wide deviations on naming should be respected while
|
given rule. Module-wide deviations on naming should be respected while
|
||||||
integer and return value conventions take precedence over consistency.
|
integer and return value conventions take precedence over consistency.
|
||||||
|
|
||||||
Some modules have seen few changes, so they still retain the original
|
Modules from OpenSSL's legacy ASN.1 and X.509 stack are retained for
|
||||||
indentation style for now. When editing these, try to retain the
|
compatibility and left largely unmodified. To ease importing patches from
|
||||||
original style. For Emacs, `doc/c-indentation.el` from OpenSSL may be
|
upstream, they match OpenSSL's new indentation style. For Emacs,
|
||||||
helpful in this.
|
`doc/openssl-c-indent.el` from OpenSSL may be helpful in this.
|
||||||
|
|
||||||
|
|
||||||
## Language
|
## Language
|
||||||
|
Loading…
Reference in New Issue
Block a user