cose-wg / COSE-C

Implementation of COSE in C++; Provides a C interface; Crypto by openssl or mbedtls
BSD 3-Clause "New" or "Revised" License
30 stars 22 forks source link

Add clang-format #80

Closed gocarlos closed 4 years ago

gocarlos commented 4 years ago

The source code seems to have some differences in style here and there.

I propose to use clang-format i.o. to use a common style across IDEs and platforms.