From ea27f1f2ec537af15625fef0114168c2537aa7ae Mon Sep 17 00:00:00 2001 From: Baptiste 'curlyboi' Fournier <me@curlyboi.fr> Date: Wed, 2 Mar 2022 12:08:38 +0000 Subject: [PATCH] Add .tpp files to files checked by clang-format --- ci/clang-format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/clang-format.sh b/ci/clang-format.sh index 4995feb7..911b4f5f 100755 --- a/ci/clang-format.sh +++ b/ci/clang-format.sh @@ -10,5 +10,5 @@ echo -e "\033[0;34mRunning clang-format...\033[0m" cd "$(dirname "$0")" || exit -clang-format -style=file -i "$(find ../src/ ../inc/ ../test/ -type f -regextype posix-egrep -regex '.*\.(cpp|hpp|c|h)')" \ +clang-format -style=file -i "$(find ../src/ ../inc/ ../test/ -type f -regextype posix-egrep -regex '.*\.(cpp|hpp|tpp|c|h)')" \ -verbose "$@" -- GitLab