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
Plasma
Plasma Breeze visual style
Commits
b4cff8d1
Commit
b4cff8d1
authored
Apr 30, 2022
by
Alexander Lohnau
💬
Browse files
Add pre-commit hook for clang-format
parent
ff512d4f
Pipeline
#171189
passed with stage
in 8 minutes and 7 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b4cff8d1
...
...
@@ -20,6 +20,7 @@ include(KDEInstallDirs)
include
(
KDECMakeSettings
)
include
(
KDECompilerSettings NO_POLICY_SCOPE
)
include
(
KDEClangFormat
)
include
(
KDEGitCommitHooks
)
include
(
GtkUpdateIconCache
)
...
...
@@ -67,6 +68,7 @@ configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/BreezeConfig.cmake.in
# add clang-format target for all our real source files
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
)
install
(
FILES
"
${
CMAKE_CURRENT_BINARY_DIR
}
/BreezeConfig.cmake"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/BreezeConfigVersion.cmake"
...
...
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