Leandro Lanzieri
43814b327d
uncrustify: replace deprecated nl_func_var_def_blk
...
The option is deprecated, it has been replaced by
nl_var_def_blk_end_func_top. This applies the change to our
configuration file.
2024-05-08 12:37:35 +02:00
Marian Buschsieweke
4ed8de116f
uncrustify-riot.cfg: update to coding convention
...
The coding convention was changed to suggest breaking lines with with
more than 100 chars. This brings the uncrustify configuration back in
sync.
2021-03-04 17:23:46 +01:00
Marian Buschsieweke
e3a938f55c
uncrustify-riot.cfg: align uncrustify config
...
This doesn't change the config, it only beautifies it. Some comments are
shortened to keep the 100 char limit.
2021-03-04 14:36:30 +01:00
Marian Buschsieweke
bb064e0580
uncrustify-riot.cfg: Don't indent switch cases
...
`uncrustify` currently enforces that cases in a switch statement are indented,
but the should be on the same level as the switch statement according to the
coding convention. This commit fixes this.
2020-08-23 21:17:20 +02:00
f26425fdaf
uncrustify: split lines at 80 chars
2019-03-04 16:14:57 +01:00
6cd81dbc87
Merge pull request #10865 from kaspar030/uncrustify_change_disable_hint
...
uncrustify: change en/disable markers
2019-01-25 22:40:02 +01:00
99d7996982
uncrustify: change en/disable markers
2019-01-25 17:21:14 +01:00
f56533b702
uncrustify: add indentation section comment
2019-01-25 10:58:54 +01:00
fe10a37e41
uncrustify: add "sp_after_cast = remove"
2019-01-25 10:52:15 +01:00
Josarn
c6e5d97154
Uncrustify: ternary operator indentation
2018-07-05 18:42:41 +02:00
Josarn
dfde4284e3
uncrustify: special function ISR
2018-06-19 17:37:32 +02:00
7c7d522fde
uncrustify: check no newline at end of file
2018-05-29 11:12:09 +02:00
Josarn
0b516e17ac
uncrustify: uncrustified
2018-05-28 18:03:04 +02:00
Josarn
8b6a6f5f10
uncrustify: empty body brackets
2018-05-28 18:02:13 +02:00
Cenk Gündoğan
e2b9b67130
Merge pull request #4481 from authmillenon/uncrustify/enh/ignore-return-parens
...
uncrustify: ignore parens on return
2016-01-26 18:55:26 +01:00
Martine Lenders
293c71dd8b
uncrustify: don't align struct initializations
2015-12-19 22:14:07 +01:00
Martine Lenders
b028518840
uncrustify: don't use tabs for alignment
2015-12-19 22:13:49 +01:00
Martine Lenders
e34f584bb2
uncrustify: ignore parens on return
2015-12-15 17:11:53 +01:00
Oleg Hahm
644ffd4045
uncrustify: some missing options
2015-11-26 17:19:40 +01:00
Martine Lenders
d11b652131
style: uncrustify: remove spaces between pointer stars
2015-11-13 15:26:04 +01:00
daniel-k
4fb8848ce4
uncrustify: add braces around if
2015-11-03 16:45:55 +01:00
Oleg Hahm
271ac976e3
style: added uncrustify config
...
Added a configuration file for Uncrustify (http://uncrustify.sourceforge.net/ ) code beautifier based on the Linux configuration for this tool (http://uncrustify.sourceforge.net/linux.cfg.txt ).
2015-10-08 01:14:23 +02:00