Ros_Qt5_Gui_App/format.sh
chengyangkj 979e528aec format
2024-01-26 14:49:07 +08:00

5 lines
191 B
Bash

#!/bin/bash
# sudo apt-get install clang-format version 10
find ./ -regex '.*\.cc\|.*\.cpp|.*\.h\|.*\.proto' -and -not -regex '.*\.pb\.cc\|.*\.pb\.h' | xargs clang-format-10 -i --style=file