Skip to content

Commit f4a90c7

Browse files
committed
Disable clang formatting in third-party
1 parent 4b6d2f6 commit f4a90c7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
clang_format: true
3232
clang_format_ignore: |
3333
src/eckit/contrib
34+
third-party
3435
secrets: inherit
3536

3637
# Run CI of private downstream packages on self-hosted runners

third-party/.clang-format

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
DisableFormat: true
2+
SortIncludes: Never

0 commit comments

Comments
 (0)