chore: require clang-format 19 (#6236)
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
source: "./src ./tests/src ./benchmarks/src ./mocks/include"
|
source: "./src ./tests/src ./benchmarks/src ./mocks/include"
|
||||||
extensions: "hpp,cpp"
|
extensions: "hpp,cpp"
|
||||||
clangFormatVersion: 16
|
clangFormatVersion: 19
|
||||||
|
|
||||||
- name: Check line-endings
|
- name: Check line-endings
|
||||||
run: ./scripts/check-line-endings.sh
|
run: ./scripts/check-line-endings.sh
|
||||||
|
|||||||
@@ -53,6 +53,7 @@
|
|||||||
- Dev: Fixed incorrect lua generation of static methods for typescript plugins. (#6190, #6223)
|
- Dev: Fixed incorrect lua generation of static methods for typescript plugins. (#6190, #6223)
|
||||||
- Dev: Merged top/bottom and left/right notebook layouts. (#6215)
|
- Dev: Merged top/bottom and left/right notebook layouts. (#6215)
|
||||||
- Dev: Refactored `Button` and friends. (#6102)
|
- Dev: Refactored `Button` and friends. (#6102)
|
||||||
|
- Dev: Bumped clang-format requirement to 19. (#6236)
|
||||||
|
|
||||||
## 2.5.3
|
## 2.5.3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user