Skip to content

Commit

Permalink
feat(docker): Add clang-format-14
Browse files Browse the repository at this point in the history
Related to: #87
  • Loading branch information
jidicula committed Feb 12, 2022
1 parent 77fc1ed commit 679c68d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-format-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
fail-fast: false
matrix:
version-pair:
- {version: "14", ubuntu: "jammy"}
- {version: "13", ubuntu: "impish"}
- {version: "12", ubuntu: "impish"}
- {version: "11", ubuntu: "impish"}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ You can define your own formatting rules in a `.clang-format` file at your repos
* `clang-format-11`
* `clang-format-12`
* `clang-format-13`
* `clang-format-14`

## Do you find this useful?

Expand Down

0 comments on commit 679c68d

Please sign in to comment.