From 10beeee06f75941877199c192d45866029cdf5bf Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 17 Nov 2024 12:49:09 +0100 Subject: build(deps): bump uncrustify to uncrustify-0.80.1 --- src/uncrustify.cfg | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src') diff --git a/src/uncrustify.cfg b/src/uncrustify.cfg index a3b0c4a9a5..91a72fa318 100644 --- a/src/uncrustify.cfg +++ b/src/uncrustify.cfg @@ -1,4 +1,4 @@ -# Uncrustify-0.80.0_f +# Uncrustify-0.80.1_f # # General options @@ -1138,12 +1138,6 @@ sp_string_string = force # ignore/add/remove/force # Add or remove space 'struct' and a type. sp_struct_type = ignore # ignore/add/remove/force -# Add or remove space between '_Pragma' and the opening paarenthesis -sp_pragma_open_parenthesis = ignore # ignore/add/remove/force - -# Add or remove space inside '(' and ')' of _Pragma. -sp_inside_gparen = ignore # ignore/add/remove/force - # # Indenting options # -- cgit