Skip to content

Commit

Permalink
Bump clang format to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Aug 12, 2024
1 parent ad8b641 commit 1e99aa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/formatapply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
- uses: DoozyX/[email protected]
with:
source: './src'
clangFormatVersion: 17
clangFormatVersion: 18
style: file
inplace: True
- uses: DoozyX/[email protected]
with:
source: './src'
clangFormatVersion: 17
clangFormatVersion: 18
style: file
inplace: True
- name: Commit Formatting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formatcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- uses: DoozyX/[email protected]
with:
source: './src'
clangFormatVersion: 17
clangFormatVersion: 18
style: file

0 comments on commit 1e99aa5

Please sign in to comment.