mirror of
https://github.com/chengyangkj/Ros_Qt5_Gui_App.git
synced 2025-09-15 12:58:58 +08:00
format
This commit is contained in:
parent
56519ffbb4
commit
979e528aec
@ -1,4 +1,4 @@
|
||||
#!/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 -i --style=file
|
||||
find ./ -regex '.*\.cc\|.*\.cpp|.*\.h\|.*\.proto' -and -not -regex '.*\.pb\.cc\|.*\.pb\.h' | xargs clang-format-10 -i --style=file
|
||||
|
||||
Loading…
Reference in New Issue
Block a user