From 9e909cb00edff73e8364f7a0b68951926bda28f0 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Thu, 7 Jan 2021 20:01:17 +0100 Subject: Improve alignment of arguments --- kde-modules/clang-format.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kde-modules/clang-format.cmake') 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 -- cgit v1.2.1