diff options
author | David Lechner <david@pybricks.com> | 2020-06-13 13:03:00 -0500 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2020-06-14 20:24:03 +1000 |
commit | bd7c92e17d7544ad840038ef74b1998854060090 (patch) | |
tree | 5d6104398826ef6c98f84c90039c54bb24400c70 | |
parent | 5093597542de86714a1eb5a8a4463d4234c2f2cd (diff) |
tools/uncrustify.cfg: Remove deprecated sp_word_brace option.
This option was removed in uncrustify v0.71.
Signed-off-by: David Lechner <david@pybricks.com>
-rw-r--r-- | tools/uncrustify.cfg | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/uncrustify.cfg b/tools/uncrustify.cfg index b0b1239b1..da422ceb0 100644 --- a/tools/uncrustify.cfg +++ b/tools/uncrustify.cfg @@ -1,4 +1,4 @@ -# Uncrustify-0.70.1 +# Uncrustify-0.71.0 # # General options @@ -669,12 +669,6 @@ sp_try_brace = ignore # ignore/add/remove/force # Add or remove space between get/set and '{' if on the same line. sp_getset_brace = ignore # ignore/add/remove/force -# Add or remove space between a variable and '{' for C++ uniform -# initialization. -# -# Default: add -sp_word_brace = add # ignore/add/remove/force - # Add or remove space between a variable and '{' for a namespace. # # Default: add |