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
PIM
Akonadi
Commits
cfd1624a
Commit
cfd1624a
authored
Sep 26, 2021
by
Laurent Montel
😁
Browse files
Autogenerate clang-format file
parent
9b6b7b93
Pipeline
#82757
passed with stage
in 14 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
cfd1624a
...
...
@@ -22,6 +22,10 @@ include(ECMGeneratePriFile)
include
(
ECMSetupVersion
)
include
(
FeatureSummary
)
include
(
KDEGitCommitHooks
)
include
(
KDEClangFormat
)
file
(
GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h *.c
)
kde_clang_format
(
${
ALL_CLANG_FORMAT_SOURCE_FILES
}
)
include
(
CheckAtomic
)
include
(
CheckIncludeFiles
)
include
(
ECMQtDeclareLoggingCategory
)
...
...
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