utils: Add ".cmake" to the list of files to be checked by "check-style-clang-format.py"

This commit is contained in:
Eduardo Almeida
2022-10-15 20:59:34 +01:00
parent ab47be98a2
commit c115a77dd7

View File

@@ -71,6 +71,7 @@ FILE_EXTENSIONS_TO_CHECK_WHITESPACE = [
'.c',
'.cc',
'.click',
'.cmake',
'.conf',
'.css',
'.dot',