Skip to content

Commit 2e526c4

Browse files
authored
Update examples in README.md with latest version
This will make it easier to cut-and-paste the latest version into new implementations. Fixes issue #45.
1 parent 2ec1a72 commit 2e526c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ What clang-format version should be used.\
3636
Available version are\
3737
5,6,7,8,9,10,11(11.0.0),11.0.0, 11.1.0, 12(12.0.1), 12.0.0, 12.0.1, 13(13.0.0), 13.0.0, 14(14.0.0), 14.0.0\
3838
Default: 9\
39-
Example: 12
39+
Example: 14
4040

4141
### `style`
4242

@@ -64,12 +64,12 @@ jobs:
6464

6565
steps:
6666
- uses: actions/checkout@v2
67-
- uses: DoozyX/clang-format-lint-action@v0.13
67+
- uses: DoozyX/clang-format-lint-action@v0.14
6868
with:
6969
source: '.'
7070
exclude: './lib'
7171
extensions: 'h,cpp,c'
72-
clangFormatVersion: 12
72+
clangFormatVersion: 14
7373
inplace: True
7474
- uses: EndBug/add-and-commit@v4
7575
with:
@@ -93,12 +93,12 @@ jobs:
9393

9494
steps:
9595
- uses: actions/checkout@v2
96-
- uses: DoozyX/clang-format-lint-action@v0.13
96+
- uses: DoozyX/clang-format-lint-action@v0.14
9797
with:
9898
source: '.'
9999
exclude: './third_party ./external'
100100
extensions: 'h,cpp'
101-
clangFormatVersion: 12
101+
clangFormatVersion: 14
102102
style: chromium
103103
```
104104

0 commit comments

Comments
 (0)