Skip to content

Commit 3f31ab6

Browse files
committed
Merge remote-tracking branch 'origin/next' into HEAD
2 parents cdd911c + 0f749e0 commit 3f31ab6

File tree

154 files changed

+3035
-2182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+3035
-2182
lines changed

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Clang-format whole repo
22
d8f14fdddb5ca0fbb32d8e2bf5ac2960d6ac5ce6
33
ed2117e6d6826a98b6988e2f18c0c34e408563b6
4+
# CMake formatting
5+
17ac13c28aa3b34a0e46dbe87bb3874f6b25e706
46
# Added by the bot
57
4b010b7634aee1045743be80c268d4644522cd29
68
52301380586fdbf890f620c04f689b08d89a6c34

.github/workflows/auto-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
pwd
4545
ls
46-
$HOME/.local/bin/cmake-format $(find -name CMakeLists.txt) cmake/*.cmake
46+
$HOME/.local/bin/cmake-format -i $(find -name CMakeLists.txt) cmake/*.cmake
4747
4848
- name: Commit formatting
4949
uses: stefanzweifel/git-auto-commit-action@v7

0 commit comments

Comments
 (0)