ardupilot/Tools/CodeStyle/astylerc
Ryan Friedman 875acec989 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>
2024-11-09 09:53:09 +11:00

11 lines
148 B
Plaintext

style=linux
keep-one-line-statements
add-braces
indent=spaces=4
indent-col1-comments
min-conditional-indent=0
suffix=none
lineend=linux
pad-header