From 081ede9b46bcecc143757aa22977f86d4cce9b78 Mon Sep 17 00:00:00 2001 From: h-4nd-h Date: Tue, 6 Oct 2020 17:10:16 +0330 Subject: [PATCH] Change uncrustify on-off commands --- uncrustify.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uncrustify.cfg b/uncrustify.cfg index 1ff528b..53c36c3 100644 --- a/uncrustify.cfg +++ b/uncrustify.cfg @@ -45,13 +45,13 @@ disable_processing_nl_cont = false # true/false # The comment should be used alone in one line. # # Default: *INDENT-OFF* -disable_processing_cmt = " *INDENT-OFF*" # string +disable_processing_cmt = "uncrustify off" # string # Specify the marker used in comments to (re)enable processing in a file. # The comment should be used alone in one line. # # Default: *INDENT-ON* -enable_processing_cmt = " *INDENT-ON*" # string +enable_processing_cmt = "uncrustify on" # string # Enable parsing of digraphs. enable_digraphs = false # true/false