Update from upstream #85
@ -8,7 +8,7 @@ if command -v ${cmake_fmt} &> /dev/null; then
|
|||||||
cmake_fmt_cmd="${cmake_fmt} -i CMakeLists.txt"
|
cmake_fmt_cmd="${cmake_fmt} -i CMakeLists.txt"
|
||||||
eval ${cmake_fmt_cmd}
|
eval ${cmake_fmt_cmd}
|
||||||
else
|
else
|
||||||
echo "No cmake-format tool found, not formatting CMake files"
|
echo "No ${cmake_fmt} tool found, not formatting CMake files"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cpp_format="clang-format"
|
cpp_format="clang-format"
|
||||||
@ -17,5 +17,5 @@ if command -v ${cpp_format} &> /dev/null; then
|
|||||||
find ./hal -iname *.h -o -iname *.cpp -o -iname *.c | xargs clang-format --style=file -i
|
find ./hal -iname *.h -o -iname *.cpp -o -iname *.c | xargs clang-format --style=file -i
|
||||||
find ./tests -iname *.h -o -iname *.cpp -o -iname *.c | xargs clang-format --style=file -i
|
find ./tests -iname *.h -o -iname *.cpp -o -iname *.c | xargs clang-format --style=file -i
|
||||||
else
|
else
|
||||||
echo "No clang-format tool found, not formatting C++/C files"
|
echo "No ${cpp_format} tool found, not formatting C++/C files"
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue
Block a user