Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Merge requests
!1507
Update README.md with clang-format instructions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update README.md with clang-format instructions
se.gorbunov-master-patch-81604
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Sergey Gorbunov
requested to merge
se.gorbunov-master-patch-81604
into
master
1 year ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
Update README.md with clang-format instructions
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
80f50cd8
1 commit,
1 year ago
1 file
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
7
−
0
Options
@@ -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