opt: exclude winlib and thirdpart for clang format

This commit is contained in:
YiFang Xiao 2023-05-24 23:56:35 +08:00 committed by xiaoyifang
parent d3cf46e469
commit a7213a1cd0
2 changed files with 8 additions and 0 deletions

4
thirdparty/.clang-format vendored Normal file
View file

@ -0,0 +1,4 @@
---
DisableFormat: true
SortIncludes: Never
...

4
winlibs/.clang-format Normal file
View file

@ -0,0 +1,4 @@
---
DisableFormat: true
SortIncludes: Never
...