rustls / rustls-ffi

Use Rustls from any language
Other
124 stars 31 forks source link

Format C code with clang-format #327

Closed ctz closed 1 year ago

ctz commented 1 year ago

We have a checked-in .clang-format, so let's:

I suggest that we exclude src/rustls.h from this because it's already the subject of format rules from cbindgen?

cpu commented 1 year ago

I don't mind picking up this issue but it might be nice to land some of the open PRs first to avoid a lot of churn rebasing each branch afterwards.

cpu commented 1 year ago

https://github.com/rustls/rustls-ffi/pull/329