From 2c63e43b0044d646941a1c838e6ae9bd27095286 Mon Sep 17 00:00:00 2001 From: CPunch Date: Wed, 29 Jun 2022 17:46:13 -0500 Subject: [PATCH] Added note about coding style enforcement --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b8d058..579f72b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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!