Skip to content

Commit

Permalink
extern
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Sep 12, 2024
1 parent 20daf97 commit 0ce7da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
# source: 'app/ src/Highs.h ./src/lp_data ./src/mip ./src/model ./src/simplex ./src/presolve ./src/simplex ./src/util ./src/test'
#./src/test ./interfaces'
source: '.'
exclude: 'extern/pdqsort extern/zstr'
exclude: 'extern/ extern/pdqsort extern/zstr extern/catch.hpp'
extensions: 'h,hpp,cpp,cc,c'
clangFormatVersion: 18

0 comments on commit 0ce7da7

Please sign in to comment.