Tools: Fix incorrect astyle option

* It should be called add-braces not add-brackets
* https://astyle.sourceforge.net/astyle.html
* Running newer astyle fails on this option
* Enforcing it has no effect on existing astyle-formatted code

Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
This commit is contained in:
Ryan Friedman 2024-11-08 13:22:15 -07:00 committed by Peter Barker
parent 057215b719
commit 875acec989
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
style=linux style=linux
keep-one-line-statements keep-one-line-statements
add-brackets add-braces
indent=spaces=4 indent=spaces=4
indent-col1-comments indent-col1-comments
min-conditional-indent=0 min-conditional-indent=0