fossasia / pslab-firmware

Firmware for PSLab Open Hardware Platform https://pslab.io
Apache License 2.0
1.56k stars 75 forks source link

Add linting and formatting #166

Closed bessman closed 9 months ago

bessman commented 9 months ago

Add linting with clang-tidy and formatting with clang-format.

These rules are not enforced automatically yet, the tools must be run manually.

Depends on #165.