From f56b8b74b1db099377e566481f9685207c21526d Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 17 Apr 2020 14:28:18 +0200 Subject: [PATCH] Fix regexp for nested comments --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 2b4f234c..e30fa3a4 100644 --- a/.clang-format +++ b/.clang-format @@ -3,4 +3,4 @@ IndentWidth: 4 Standard: Cpp11 # Don't reflow nested comments -CommentPragmas: '^ //' +CommentPragmas: '^ *//'