Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KDE GTK Configurator
Commits
b1f82d2f
Commit
b1f82d2f
authored
Mar 19, 2021
by
Alexander Lohnau
💬
Browse files
Add pre-commit hook for clang-format
parent
4607500a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b1f82d2f
...
@@ -34,6 +34,7 @@ include(KDEInstallDirs)
...
@@ -34,6 +34,7 @@ include(KDEInstallDirs)
include
(
KDECMakeSettings
)
include
(
KDECMakeSettings
)
include
(
KDECompilerSettings NO_POLICY_SCOPE
)
include
(
KDECompilerSettings NO_POLICY_SCOPE
)
include
(
KDEClangFormat
)
include
(
KDEClangFormat
)
include
(
KDEGitCommitHooks
)
set_package_properties
(
XSettingsd PROPERTIES
set_package_properties
(
XSettingsd PROPERTIES
DESCRIPTION
"XSettingsd daemon"
DESCRIPTION
"XSettingsd daemon"
...
@@ -58,5 +59,6 @@ add_subdirectory(window-decorations-reload-module)
...
@@ -58,5 +59,6 @@ add_subdirectory(window-decorations-reload-module)
# add clang-format target for all our real source files
# add clang-format target for all our real source files
file
(
GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h
)
file
(
GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h
)
kde_clang_format
(
${
ALL_CLANG_FORMAT_SOURCE_FILES
}
)
kde_clang_format
(
${
ALL_CLANG_FORMAT_SOURCE_FILES
}
)
kde_configure_git_pre_commit_hook
(
CHECKS CLANG_FORMAT
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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