From 84d83d85c0fc16d34900b4adb1a6e045e9112b6a Mon Sep 17 00:00:00 2001 From: mibi88 <76903855+mibi88@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:39:58 +0200 Subject: [PATCH] Update styles --- STYLE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/STYLE.md b/STYLE.md index 54da52b..fae5c75 100644 --- a/STYLE.md +++ b/STYLE.md @@ -8,4 +8,7 @@ Name your procedures as following: `filename_whatitdoes`. The procedures are documented using sphinx. +We're using `clang-formatter` to keep the code readable. Please run it before +committing your code as following: `clang-format -i *` in the `src` folder. + Have I forgotten something?