Skip to content
Snippets Groups Projects
Commit 80f50cd8 authored by Sergey Gorbunov's avatar Sergey Gorbunov
Browse files

Update README.md with clang-format instructions

parent f90f201a
No related branches found
No related tags found
1 merge request!1507Update README.md with clang-format instructions
Pipeline #25703 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment