Commit Graph

3 Commits

Author SHA1 Message Date
Andrzej Kaczmarek f32f28c9e3 Fix uncrustify configuration
This changes required aligmnent of closing parenthesis of function call
if placed in new line.

Before:

int x = func(aaa, bbb, ccc,
    );

After:

int x = func(aaa, bbb, ccc,
);

The syntax above is not really used, but it also affects macros so may
be useful in some cases.
2023-02-05 00:22:24 +01:00
Szymon Janc 8831a5cc16 ci: Add style check
Test style in PR changes only
2023-01-27 16:02:29 +01:00
Fabio Utzig 2a0e43e022 Add uncrustify.cfg from mynewt-core
Signed-off-by: Fabio Utzig <utzig@apache.org>
2020-03-13 08:45:44 -03:00