We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2e121 commit 41b43beCopy full SHA for 41b43be
codeformat.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
3
-find . -path '*/src/*.cpp' -o -path '*/include/CSerialPort/*.hpp' -o -path '*/include/CSerialPort/*.h' ! -name 'sigslot.h' | xargs clang-format -style=file -i
+find . -path '*/src/*.cpp' -o -path '*/include/CSerialPort/*.hpp' -o -path '*/include/CSerialPort/*.h' | xargs clang-format -style=file -i
0 commit comments