Skip to content

Commit

Permalink
Upgrade to clang-format 17
Browse files Browse the repository at this point in the history
  • Loading branch information
stojadin2701 committed Oct 28, 2023
1 parent 8208148 commit 9cbd415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,6 @@ WhitespaceSensitiveMacros:
- STRINGIZE
- PP_STRINGIZE
- BOOST_PP_STRINGIZE
InsertNewlineAtEOF: true
...

2 changes: 1 addition & 1 deletion .github/workflows/merge-criteria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Run clang-format
uses: jidicula/[email protected]
with:
clang-format-version: '13'
clang-format-version: '17'
check-path: '${{ matrix.project }}/src'
exclude-regex: '(lib|telemetry/src/st|ground_station/src/format)'

Expand Down

0 comments on commit 9cbd415

Please sign in to comment.