Skip to content

Commit 1ecdb34

Browse files
authored
Update README.md
1 parent ad467e3 commit 1ecdb34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Example: 'cpp,h'
3535
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, 15(15.0.2), 15.0.2, 16(16.0.3), 16.0.0, 16.0.3, 17(17.0.4), 17.0.4\
38-
Default: 9\
38+
Default: 17\
3939
Example: 15
4040

4141
### `style`
@@ -98,7 +98,7 @@ jobs:
9898
source: '.'
9999
exclude: './third_party ./external'
100100
extensions: 'h,cpp'
101-
clangFormatVersion: 14
101+
clangFormatVersion: 17
102102
style: chromium
103103
```
104104

0 commit comments

Comments
 (0)