Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb
Allen
Commits
f1645296
Commit
f1645296
authored
Jul 22, 2019
by
Dorothea Vom Bruch
Browse files
Update contributing.md
parent
3ad95ef0
Pipeline
#991304
failed with stages
in 13 minutes and 54 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
contributing.md
View file @
f1645296
...
@@ -347,6 +347,10 @@ Before placing a merge request
...
@@ -347,6 +347,10 @@ Before placing a merge request
==============================
==============================
Before starting to edit files, please ensure that your editor produces spaces, not tabs!
Before starting to edit files, please ensure that your editor produces spaces, not tabs!
You can apply the clang format on all files with this command:
`find . \! -wholename "*InstallArea*" -a \! -wholename "*build*/*" | egrep "(\.cpp|\.cu|\.cuh|\.h|\.hpp)$" | xargs -n 1 /cvmfs/lhcb.cern.ch/lib/bin/x86_64-centos7/lcg-clang-format-8.0.0 -i --color=0
`
Before placing a merge request, please go through the following list and check that BOTH compilation and running work after your changes:
Before placing a merge request, please go through the following list and check that BOTH compilation and running work after your changes:
*
Release and debug mode
`cmake -DCMAKE_BUILD_TYPE=release ..`
and
`cmake -DCMAKE_BUILD_TYPE=debug ..`
*
Release and debug mode
`cmake -DCMAKE_BUILD_TYPE=release ..`
and
`cmake -DCMAKE_BUILD_TYPE=debug ..`
*
Different sequences:
*
Different sequences:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment