aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2022-08-08 23:36:26 +0200
committerAhmad Samir <a.samirh78@gmail.com>2022-08-08 23:36:26 +0200
commitb7a4f3f4fb85ea0c95feac406ed65ddb1939ae74 (patch)
tree4ac8c55859b3e1c705af1b49bc468796c91c0844
parent178c4dfbf4eb5ad7c5aef4838f190f717f97766f (diff)
downloadextra-cmake-modules-b7a4f3f4fb85ea0c95feac406ed65ddb1939ae74.tar.gz
extra-cmake-modules-b7a4f3f4fb85ea0c95feac406ed65ddb1939ae74.tar.bz2
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
-rw-r--r--kde-modules/clang-format.cmake5
1 files changed, 0 insertions, 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