diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-11-17 12:49:09 +0100 |
---|---|---|
committer | Christian Clason <ch.clason+github@icloud.com> | 2024-11-17 14:09:26 +0100 |
commit | 10beeee06f75941877199c192d45866029cdf5bf (patch) | |
tree | 9b832ba226be19024c855839d7fd6a7344a04ac8 /src | |
parent | 38838fb00ab3d2ebaefc820cebcc5990ea98ea03 (diff) | |
download | rneovim-10beeee06f75941877199c192d45866029cdf5bf.tar.gz rneovim-10beeee06f75941877199c192d45866029cdf5bf.tar.bz2 rneovim-10beeee06f75941877199c192d45866029cdf5bf.zip |
build(deps): bump uncrustify to uncrustify-0.80.1
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 # |