aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake.deps/deps.txt4
-rw-r--r--src/uncrustify.cfg8
2 files changed, 3 insertions, 9 deletions
diff --git a/cmake.deps/deps.txt b/cmake.deps/deps.txt
index a9a42d42b0..1623d0ff57 100644
--- a/cmake.deps/deps.txt
+++ b/cmake.deps/deps.txt
@@ -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
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
#