Distribution_Service/CC_SDK/Environment/CSerialPort/codeformat.sh

4 lines
152 B
Bash
Raw Permalink Normal View History

2025-11-11 17:46:19 +08:00
#!/bin/bash
find . -path '*/src/*.cpp' -o -path '*/include/CSerialPort/*.hpp' -o -path '*/include/CSerialPort/*.h' | xargs clang-format -style=file -i