From 84fa3312cfa7d2237d4b56952f2cd6e3591210c4 Mon Sep 17 00:00:00 2001 From: stijn Date: Thu, 16 Apr 2020 09:13:57 +0200 Subject: all: Format code to add space after C++-style comment start. Note: the uncrustify configuration is explicitly set to 'add' instead of 'force' in order not to alter the comments which use extra spaces after // as a means of indenting text for clarity. --- tools/uncrustify.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/uncrustify.cfg b/tools/uncrustify.cfg index 4f255c8a6..b0b1239b1 100644 --- a/tools/uncrustify.cfg +++ b/tools/uncrustify.cfg @@ -853,7 +853,7 @@ sp_extern_paren = ignore # ignore/add/remove/force # Add or remove space after the opening of a C++ comment, # i.e. '// A' vs. '//A'. -sp_cmt_cpp_start = ignore # ignore/add/remove/force +sp_cmt_cpp_start = add # ignore/add/remove/force # If true, space is added with sp_cmt_cpp_start will be added after doxygen # sequences like '///', '///<', '//!' and '//!<'. -- cgit v1.2.3