Skip to content

Commit

Permalink
ci(test): Add clang-format-3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Jan 15, 2022
1 parent 32baba6 commit e86a046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
fail-fast: false
matrix:
version:
- 3
- 4
- 5
- 6
Expand Down
2 changes: 1 addition & 1 deletion test/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ ReflowComments: false
SortIncludes: false
#SortUsingDeclarations: false # Unknown to clang-format-4.0
SpaceAfterCStyleCast: false
SpaceAfterTemplateKeyword: true
#SpaceAfterTemplateKeyword: true # Unknown to clang-format-3.0
SpaceBeforeAssignmentOperators: true
#SpaceBeforeCtorInitializerColon: true # Unknown to clang-format-5.0
#SpaceBeforeInheritanceColon: true # Unknown to clang-format-5.0
Expand Down

0 comments on commit e86a046

Please sign in to comment.