Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KDE Connect
Commits
ce14a562
Commit
ce14a562
authored
Sep 10, 2022
by
Nicolas Fella
Browse files
Add clang-format commit hook
parent
a918ffc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ce14a562
...
...
@@ -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
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment