Added note about coding style enforcement

This commit is contained in:
CPunch 2022-06-29 17:46:13 -05:00
parent 2e4c63c0c6
commit 2c63e43b00
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ HEAD: https://github.com/CPunch/Laika/tree/main
- `/shell` is the main shell to connect to the CNC server with to issue commands. (Currently only targets Linux)
- `/tools` holds tools for generating keypairs, etc.
## Coding style
Laika uses clang-format to enforce a consistent style across the codebase. Before committing changes, make sure to run `git clang-format` and add the changes to the commit. Pull requests with wrong styling will be rejected.
## Tasks and TODOs
Looking for some simple tasks that need to get done for that sweet 'contributor' cred? Check here!