Skip to content

Commit 2ca49c9

Browse files
authored
Revert "fix: exclude spine 4.2 third-party files from clang-format (#273)"
This reverts commit 01983b7.
1 parent 0eac18b commit 2ca49c9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/native-clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: DoozyX/clang-format-lint-action@v0.18
3535
with:
3636
source: ./native
37-
exclude: './native/cocos/bindings/auto ./native/cocos/editor-support/spine'
37+
exclude: ./native/cocos/bindings/auto
3838
extensions: 'c,h,hpp,cpp,cxx'
3939
style: file
4040
inplace: true

native/.clang-format-ignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# ignore third_party code from clang-format checks
22
./cocos/bindings/auto/*
3-
./cocos/editor-support/spine/*
43
./cocos/gi/light-probe/predicates.cpp
54
./cocos/gi/light-probe/tetgen.cpp
65
./cocos/gi/light-probe/tetgen.h

0 commit comments

Comments
 (0)