We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0239c5 commit 8a3ed16Copy full SHA for 8a3ed16
.github/workflows/clang-format-check.yml
@@ -17,4 +17,4 @@ jobs:
17
uses: waterloo-rocketry/actions/clang-format-check@main
18
with:
19
clang-format-config-path: '.clang-format'
20
- c-source-files: 'include/*.h common/*.c pic18f26k83/*.c unit_tests/*.c unit_tests/*.h'
+ c-source-files: 'include/*.h common/*.c pic18f26k83/*.c tests/*.cpp tests/*.hpp'
scripts/format.sh
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
set -x
3
-${CLANG_FORMAT:-clang-format} -i common/*.c include/*.h pic18f26k83/*.c unit_tests/*.c unit_tests/*.h
+${CLANG_FORMAT:-clang-format} -i common/*.c include/*.h pic18f26k83/*.c tests/*.cpp tests/*.hpp
0 commit comments