From c115a77dd7fabc44ade50733a2c0a8fd9e79620f Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Sat, 15 Oct 2022 20:59:34 +0100 Subject: [PATCH] utils: Add ".cmake" to the list of files to be checked by "check-style-clang-format.py" --- utils/check-style-clang-format.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/check-style-clang-format.py b/utils/check-style-clang-format.py index c943b20e8..9ad2e5ee5 100755 --- a/utils/check-style-clang-format.py +++ b/utils/check-style-clang-format.py @@ -71,6 +71,7 @@ FILE_EXTENSIONS_TO_CHECK_WHITESPACE = [ '.c', '.cc', '.click', + '.cmake', '.conf', '.css', '.dot',