Skip to content
Snippets Groups Projects

Update README.md with clang-format instructions

Merged Sergey Gorbunov requested to merge se.gorbunov-master-patch-81604 into master
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -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
Loading