Fix regexp for nested comments

This commit is contained in:
Robbert van der Helm
2020-04-17 14:28:18 +02:00
parent 3d605b8940
commit f56b8b74b1
+1 -1
View File
@@ -3,4 +3,4 @@ IndentWidth: 4
Standard: Cpp11
# Don't reflow nested comments
CommentPragmas: '^ //'
CommentPragmas: '^ *//'