Skip to content

Commit 65ff0d0

Browse files
committed
Reformat the code-base with clang-format 6.0 (#957)
Description: Reformat the code-base with clang-format 6.0. Details: Formatting changes angle brackets without spaces (allowed to remove the chevron-fixer) reorder includes (within a block) in alphabetic order (this is the default in the new version, I kept it as I think it makes sense) git-hook updated: chevron fixer removed, version check updated Actions to be performed by the developers get clang-format-6.0.0 update the git hook with the one from this branch format all files which where changed in your open branch merge with this branch, i.e. master once this PR is in Note that you might get some merge conflicts if you clang-format everything in your branch and then try to merge with this branch (as I had to manually add some includes which were implicitly included prior to this PR, but were not available after alphabetic ordering). On daint and kesch clang-format-6.0.0 is available with module load /users/vogtha/modules/tools/clang-format/6.0.0
1 parent a020e80 commit 65ff0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ TabWidth: 8
4444
UseTab: Never
4545
BreakBeforeBraces: Attach
4646
SpacesInParentheses: false
47-
SpacesInAngles: true
47+
SpacesInAngles: false
4848
SpaceInEmptyParentheses: false
4949
SpacesInCStyleCastParentheses: false
5050
SpacesInContainerLiterals: true

0 commit comments

Comments
 (0)