From 80f50cd80c370438e619269659f0d1c463381aab Mon Sep 17 00:00:00 2001 From: Sergey Gorbunov <se.gorbunov@gsi.de> Date: Thu, 16 Nov 2023 12:53:36 +0000 Subject: [PATCH] Update README.md with clang-format instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8cc43e6a7b..102f201364 100644 --- a/README.md +++ b/README.md @@ -218,3 +218,10 @@ Compiling CbmRoot with multicore support using "make -j", without specifying the number of threads, is known to cause MacOS and Ubuntu 20.04 LTS systems to freeze. Please explicitly choose a number of cores which is suitable for your system. + +# 6. Code formatting + +Please format your code with "git clang-format" command, otherwise it will not be merged. +The valid version of the clang-format tool and the installation instructions can be found here: + +https://redmine.cbm.gsi.de/projects/cbmroot/wiki/Clang-format -- GitLab