Add clang-format commit hook

This commit is contained in:
Nicolas Fella 2022-09-10 23:25:08 +02:00
parent a918ffc0cb
commit ce14a5629d

View file

@ -37,6 +37,7 @@ include(FeatureSummary)
include(GenerateExportHeader)
include(ECMGenerateQmlTypes)
include(KDEClangFormat)
include(KDEGitCommitHooks)
if (NOT SAILFISHOS)
include(ECMQMLModules)
endif()
@ -166,4 +167,6 @@ ecm_qt_install_logging_categories(EXPORT kdeconnect-kde FILE kdeconnect-kde.cate
file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})
kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)