diff options
author | Alexander Lohnau <alexander.lohnau@gmx.de> | 2021-01-07 20:01:17 +0100 |
---|---|---|
committer | Alexander Lohnau <alexander.lohnau@gmx.de> | 2021-01-16 17:02:03 +0000 |
commit | 9e909cb00edff73e8364f7a0b68951926bda28f0 (patch) | |
tree | 295734f4605e23c96d8a43fc62760b62cd4f6c18 /kde-modules/clang-format.cmake | |
parent | 0c03884802a93390e2e72ac73c85ab14f5fa2c69 (diff) | |
download | extra-cmake-modules-9e909cb00edff73e8364f7a0b68951926bda28f0.tar.gz extra-cmake-modules-9e909cb00edff73e8364f7a0b68951926bda28f0.tar.bz2 |
Improve alignment of arguments
Diffstat (limited to 'kde-modules/clang-format.cmake')
-rw-r--r-- | kde-modules/clang-format.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kde-modules/clang-format.cmake b/kde-modules/clang-format.cmake index 2e55b1cf..f698a928 100644 --- a/kde-modules/clang-format.cmake +++ b/kde-modules/clang-format.cmake @@ -71,3 +71,6 @@ ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, forever, Q_FOREVER, QBENCHMA # keep lambda formatting multi-line if not empty AllowShortLambdasOnASingleLine: Empty + +# We do not want clang-format to put all arguments on a new line +AllowAllArgumentsOnNextLine: false |