Service_NSSM/CC_SDK/Environment/CSerialPort/codeformat.sh
2025-09-27 14:24:18 +08:00

4 lines
152 B
Bash

#!/bin/bash
find . -path '*/src/*.cpp' -o -path '*/include/CSerialPort/*.hpp' -o -path '*/include/CSerialPort/*.h' | xargs clang-format -style=file -i