Newer
Older
# Runs the Clang Formatter
# Return codes:
# - 1 there are files to be formatted
# - 0 everything looks fine
FILES=$(find src -type f -type f \( -iname "*.cpp" -o -iname "*.h" \))
# Runs the Clang Formatter
# Return codes:
# - 1 there are files to be formatted
# - 0 everything looks fine
FILES=$(find src -type f -type f \( -iname "*.cpp" -o -iname "*.h" \))