mirror of
https://github.com/chengyangkj/Ros_Qt5_Gui_App.git
synced 2025-09-15 12:58:58 +08:00
5 lines
191 B
Bash
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
|