From 91559358d9227f4584a50dc1e89fb490ba60f286 Mon Sep 17 00:00:00 2001 From: Volker Fischer <46655886+corrados@users.noreply.github.com> Date: Sat, 22 Jun 2024 10:06:23 +0200 Subject: [PATCH] Update ChangeLog.md --- doc/ChangeLog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index b3a4edf..a68e07e 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -3,7 +3,8 @@ ## 2024-06-19 [[r0.9](https://github.com/corrados/edrumulus/releases/tag/r0_9)] Introduce clang format Too much time spend for formatting the source code. We let the clang format tool do this - from now on. The correct format is now checked in the Github workflow. + from now on. The correct format is now checked in the Github workflow.
+ To format the code use: `clang-format -i *.cpp *.c *.h *.ino` ## 2024-01-07 Initial support for positional sensing for rim shots