Commit b080692
committed
Fix uncrustify config for newer uncrustify versions
Updated deprecated options to match newer uncrustify requirements:
- indent_comma_paren/indent_bool_paren: false → 0 (now numeric)
- align_nl_cont: true → 1 (now numeric)
- nl_func_var_def_blk → nl_var_def_blk_end_func_top (renamed option)
- pp_space → pp_space_after (renamed option)
This fixes the last CI test failure across all platforms.1 parent 46dbd6f commit b080692
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
0 commit comments