Service_NSSM/SDK/Depend/CSerialPort/codeformat.sh

4 lines
152 B
Bash
Raw Normal View History

2025-03-06 13:47:33 +08:00
#!/bin/bash
find . -path '*/src/*.cpp' -o -path '*/include/CSerialPort/*.hpp' -o -path '*/include/CSerialPort/*.h' | xargs clang-format -style=file -i