Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DoozyX committed Dec 21, 2023
1 parent ad467e3 commit 1ecdb34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Example: 'cpp,h'
What clang-format version should be used.\
Available version are\
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\
Default: 9\
Default: 17\
Example: 15

### `style`
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
source: '.'
exclude: './third_party ./external'
extensions: 'h,cpp'
clangFormatVersion: 14
clangFormatVersion: 17
style: chromium
```

Expand Down

0 comments on commit 1ecdb34

Please sign in to comment.