From b2eabbb9e283153303e5a204261e11b7a424448d Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 12 Nov 2018 16:56:50 +0100 Subject: [PATCH] uncrustify: Don't change cpp-comments to c-comments --- .uncrustify.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.uncrustify.cfg b/.uncrustify.cfg index 636707e9..84f67e21 100644 --- a/.uncrustify.cfg +++ b/.uncrustify.cfg @@ -121,7 +121,7 @@ sp_fparen_brace = force # Comment modifications # Whether to change cpp-comments into c-comments -cmt_cpp_to_c = true +cmt_cpp_to_c = false # Whether to put a star on subsequent comment lines # cmt_star_cont = true