Skip to content
Snippets Groups Projects

Merge branch 'ACTS-252_apply_code_style' into 'release-0.03.X'

Merged Christian Gumpert requested to merge cherry-pick-79563984 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -19,7 +19,7 @@ cd $ACTS_DIR
# apply reformat
original_hash=`git rev-parse HEAD`
git checkout $gitlabSourceBranch
git fetch origin $gitlabTargetBranch
git fetch $gitlabSourceRepoName $gitlabSourceBranch
git reset --hard FETCH_HEAD
git diff -U0 origin/$gitlabTargetBranch $gitlabSourceRepoName/$gitlabSourceBranch | clang-format-diff -i -p1 -regex ".*(hpp|cpp|ipp)" -style=file
Loading