Skip to content

Commit

Permalink
[filter] template definition out-of-line for API length shortening
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge committed Aug 14, 2022
1 parent 055fefd commit d5e836f
Show file tree
Hide file tree
Showing 4 changed files with 553 additions and 216 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify_code_style_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Install
run: sudo apt install clang-format-14
- name: Format
run: find . -iname *.hpp -o -iname *.cpp | xargs clang-format-14 --Werror --dry-run --verbose -style=file
run: find . -iname *.hpp -o -iname *.cpp -o -iname *.tpp -o -iname support/** | xargs clang-format-14 --Werror --dry-run --verbose -style=file
Loading

0 comments on commit d5e836f

Please sign in to comment.