| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-01 | [clang-format] Break before non-assignment operators | Alexander Lohnau | |
| 2020-12-31 | [clang-format] Set max column limit to 160 | Alexander Lohnau | |
| Before this value was 240, which can result in excessively long lines. | |||
| 2020-12-04 | clang-format: No space before initializer listv5.77.0-rc1v5.77.0 | Alexander Lohnau | |
| 2020-10-23 | improve default formatting options | Christoph Cullmann | |
| 1) remove AlignTrailingComments: true => this avoids multiline comment changes if e.g. one longer member/variable is added with comments behind it 2) add AllowShortLambdasOnASingleLine: Empty => avoid the uglification of lambdas | |||
| 2020-06-14 | extra-cmake-modules: Convert to SPDX license statements | Andreas Cord-Landwehr | |
| 2019-12-05 | EBN extra-cmake-modules transport cleanupv5.65.0-rc1v5.65.0 | John Hayes | |
| Summary: Change transport protocol from http to https Reviewers: apol, cgiboudeaux Reviewed By: apol, cgiboudeaux Subscribers: cgiboudeaux, kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D25753 | |||
| 2019-10-20 | Provide clang-format target with a KDE Frameworks style file | Christoph Cullmann | |
| Summary: Provides a clang-format target if wanted Example usage: include(KDEClangFormat) # add clang-format target for all our real source files file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES autotests/src/*.cpp autotests/src/*.h src/*.cpp src/*.h templates/*.cpp templates/*.h) kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) Test Plan: Tried that above usage thingy in KTextEditor Reviewers: #frameworks, dfaure Reviewed By: dfaure Subscribers: zzag, sitter, mwolff, ochurlaud, nalvarez, kossebau, aacid, davidedmundson, dhaumann, apol, ognarb, kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D24568 | |||
