You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if this project could use ClangFormat to format the source code (both non-generated and generated).
It may be useful to achieve consistency in the code format.
What do authors think about it?
The text was updated successfully, but these errors were encountered:
It would certainly make code more consistent(ly readable). So IMO it'd be a good enhancement. When setting the style, my preference would be the OpenSSL coding style.
…he OpenSSL coding style. (open-quantum-safe#241)
This commit adds a `.clang-format` file at the root of the repository. This
`.clang-format` file tries to match the best the OpenSSL coding style.
This commit also reformats the existing code according to that `.clang-format`.
Finally, it adds a new CircleCI job to ensure that the code is well-formatted.
Signed-off-by: Felipe Ventura <felipe.ventura@entrust.com>
Hello,
I'm wondering if this project could use ClangFormat to format the source code (both non-generated and generated).
It may be useful to achieve consistency in the code format.
What do authors think about it?
The text was updated successfully, but these errors were encountered: