From d638aa0434228a5b9856e20a4b777f48c2a5364d Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 25 Sep 2025 15:52:55 +0200 Subject: [PATCH] [Clang] Fix setup script --- scripts/setup-clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-clang-format b/scripts/setup-clang-format index 2bf57ab..7440f08 100755 --- a/scripts/setup-clang-format +++ b/scripts/setup-clang-format @@ -3,4 +3,4 @@ SCRIPT_DIR=$(dirname "$0") -cp "$SCRIPT_DIR/../config/lint/eslint.config.mjs" . +cp "$SCRIPT_DIR/../config/lint/.clang-format" .