diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/uncrustify.cfg | 8 |
1 files changed, 1 insertions, 7 deletions
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 # |