Skip to content

Commit

Permalink
feat: Add support for clang-format-16
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Mar 18, 2023
1 parent 990ca2c commit 1b5e612
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clang-format-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
fail-fast: false
matrix:
version-pair:
- {version: "15", ubuntu: "kinetic"}
- {version: "16", ubuntu: "lunar"}
- {version: "15", ubuntu: "lunar"}
- {version: "14", ubuntu: "jammy"}
- {version: "13", ubuntu: "jammy"}
- {version: "12", ubuntu: "jammy"}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ You can define your own formatting rules in a `.clang-format` file at your repos
* 13: `clang-format-13`
* 14: `clang-format-14`
* 15: `clang-format-15`
* 16: `clang-format-16`

## Do you find this useful?

Expand Down

0 comments on commit 1b5e612

Please sign in to comment.