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
System
KSystemLog
Commits
ca438d05
Commit
ca438d05
authored
Sep 13, 2021
by
Laurent Montel
😁
Browse files
GIT_SILENT: allow to autogenerate clang-format file
parent
83fd7a31
Pipeline
#80376
passed with stage
in 10 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ca438d05
...
...
@@ -23,6 +23,10 @@ include(KDECMakeSettings)
include
(
FeatureSummary
)
include
(
ECMQtDeclareLoggingCategory
)
include
(
KDEGitCommitHooks
)
include
(
KDEClangFormat
)
file
(
GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h *.c
)
kde_clang_format
(
${
ALL_CLANG_FORMAT_SOURCE_FILES
}
)
...
...
Write
Preview
Markdown
is supported
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