build(deps): bump uncrustify to uncrustify-0.80.1

This commit is contained in:
Christian Clason 2024-11-17 12:49:09 +01:00 committed by Christian Clason
parent 38838fb00a
commit 10beeee06f
2 changed files with 3 additions and 9 deletions

View File

@ -56,7 +56,7 @@ TREESITTER_SHA256 61a21f5d83cfe256472bfa941123a6941fb45073784ee7ec0bc32fdd52f7a4
WASMTIME_URL https://github.com/bytecodealliance/wasmtime/archive/v25.0.2.tar.gz
WASMTIME_SHA256 6d1c17c756b83f29f629963228e5fa208ba9d6578421ba2cd07132b6a120accb
UNCRUSTIFY_URL https://github.com/uncrustify/uncrustify/archive/uncrustify-0.80.0.tar.gz
UNCRUSTIFY_SHA256 8df1a4fb9aeb6c59d21fd328bb8fd34be7a11aef24310636df5cadca0900c729
UNCRUSTIFY_URL https://github.com/uncrustify/uncrustify/archive/uncrustify-0.80.1.tar.gz
UNCRUSTIFY_SHA256 0e2616ec2f78e12816388c513f7060072ff7942b42f1175eb28b24cb75aaec48
LUA_DEV_DEPS_URL https://github.com/neovim/deps/raw/5a1f71cceb24990a0b15fd9a472a5f549f019248/opt/lua-dev-deps.tar.gz
LUA_DEV_DEPS_SHA256 27db2495f5eddc7fc191701ec9b291486853530c6125609d3197d03481e8d5a2

View File

@ -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
#