mirror of https://github.com/ArduPilot/ardupilot
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:
parent
057215b719
commit
875acec989
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue