From 3d528a66a80616d293a9c9c3a74b3b4167a38a15 Mon Sep 17 00:00:00 2001 From: Aleksandr Voitenko Date: Thu, 12 Oct 2023 17:20:42 +0100 Subject: [PATCH] Clang format debug --- CI/check-format.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CI/check-format.sh b/CI/check-format.sh index c51574c71da924..955be16ef6c89f 100755 --- a/CI/check-format.sh +++ b/CI/check-format.sh @@ -4,6 +4,7 @@ set -o errexit set -o pipefail set -o nounset +set -o xtrace if [ ${#} -eq 1 ]; then VERBOSITY="--verbose" @@ -60,4 +61,4 @@ find . -type d \( \ -name '*.cpp' \ | xargs -L100 -P ${NPROC} "${CLANG_FORMAT}" ${VERBOSITY} -i -style=file -fallback-style=none -git diff \ No newline at end of file +git diff