rkennedy / setting-watchdog

Reset OS settings when they change
The Unlicense
0 stars 0 forks source link

Use and enforce code formatting #10

Open rkennedy opened 3 years ago

rkennedy commented 3 years ago

Should be able to use clang-format. Maybe use pre-commit hook for enforcement. Also include GitHub action for checking before merge.

rkennedy commented 3 years ago

Code formatting is now checked in the CI pipeline, but it's not enforced yet.