From b7a4f3f4fb85ea0c95feac406ed65ddb1939ae74 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Mon, 8 Aug 2022 23:36:26 +0200 Subject: Revert "clang-format.cmake: don't change spaces after '//' in code comments" This reverts commit 178c4dfbf4eb5ad7c5aef4838f190f717f97766f. Instead of creating an MR, I forgot I was on master... GIT_SILENT --- kde-modules/clang-format.cmake | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kde-modules/clang-format.cmake b/kde-modules/clang-format.cmake index 8f335f2e..cf5ff2c0 100644 --- a/kde-modules/clang-format.cmake +++ b/kde-modules/clang-format.cmake @@ -86,8 +86,3 @@ AllowShortLambdasOnASingleLine: Empty # We do not want clang-format to put all arguments on a new line AllowAllArgumentsOnNextLine: false - -# Don't change spaces after '//' in code comments -SpacesInLineCommentPrefix: - Minimum: 0 - Maximum: -1 -- cgit v1.2.1