diff options
Diffstat (limited to 'kde-modules/clang-format.cmake')
-rw-r--r-- | kde-modules/clang-format.cmake | 5 |
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 |