aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-09-05 19:43:48 -0700
committerGuy Harris <guy@alum.mit.edu>2016-09-06 02:44:32 +0000
commit4ec767588248b4b42a423c56772707a974605875 (patch)
tree8fe2d81655b967db10b8251b7778fde9b96b3e9b /tools
parent232a8794293bf654fb61122adffa6a7aa2989cc0 (diff)
We now support C++/C99-style comments.
Change-Id: I175a6b0060235c2dfc7a5b3dc4ab62843d242e94 Reviewed-on: https://code.wireshark.org/review/17514 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'tools')
-rw-r--r--tools/ws-coding-style.cfg2
1 files changed, 1 insertions, 1 deletions
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.