another test
This commit is contained in:
parent
e47ba65550
commit
8a2137d5d3
@ -31,7 +31,7 @@ fi
|
|||||||
|
|
||||||
cpp_format="clang-format"
|
cpp_format="clang-format"
|
||||||
file_selectors="-iname *.h -o -iname *.cpp -o -iname *.c -o -iname *.tpp"
|
file_selectors="-iname *.h -o -iname *.cpp -o -iname *.c -o -iname *.tpp"
|
||||||
file_excludes="-not -path '*translateObjects.cpp' - -not -path '*translateEvents.cpp'"
|
file_excludes="-not -path '**/translateObjects.cpp' -not -path '**/translateEvents.cpp'"
|
||||||
if command -v ${cpp_format} &> /dev/null; then
|
if command -v ${cpp_format} &> /dev/null; then
|
||||||
for dir in ${folder_list[@]}; do
|
for dir in ${folder_list[@]}; do
|
||||||
echo "Auto-formatting C/C++ files in ${dir} recursively"
|
echo "Auto-formatting C/C++ files in ${dir} recursively"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user