nasa / CryptoLib

Provide a software-only solution using the CCSDS Space Data Link Security Protocol - Extended Procedures (SDLS-EP) to secure communications between a spacecraft running the core Flight System (cFS) and a ground station.
Other
70 stars 28 forks source link

Setup code formatter #299

Open jlucas9 opened 3 weeks ago

jlucas9 commented 3 weeks ago

Can just leverage other clang format setups, but ought to have it in the project and if possible have commits get formatted.

rjbrown2 commented 3 weeks ago

https://github.com/marketplace/actions/c-c-linter

Thoughts on this?

Donnie-Ice commented 2 weeks ago

Default format code is checked against: https://llvm.org/docs/CodingStandards.html

rjbrown2 commented 2 weeks ago

This is set up. We should go over which format standard we want to use, and a path forward for how we want to address each of the issues that are found.

Leaving open for now.