mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
875acec989
* 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>
11 lines
148 B
Plaintext
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
|
|
|