From 4ec767588248b4b42a423c56772707a974605875 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 5 Sep 2016 19:43:48 -0700 Subject: [PATCH] We now support C++/C99-style comments. Change-Id: I175a6b0060235c2dfc7a5b3dc4ab62843d242e94 Reviewed-on: https://code.wireshark.org/review/17514 Reviewed-by: Guy Harris --- tools/ws-coding-style.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ws-coding-style.cfg b/tools/ws-coding-style.cfg index 4444460940..d3329f0e7d 100644 --- a/tools/ws-coding-style.cfg +++ b/tools/ws-coding-style.cfg @@ -344,7 +344,7 @@ cmt_c_group = true # false/true cmt_cpp_group = false # false/true # Whether to change cpp-comments into c-comments -cmt_cpp_to_c = true # false/true +cmt_cpp_to_c = false # false/true # If pp_indent_at_level=false, specifies the number of columns to indent per # level. Default=1.