Subj : src/syncterm/bbslist.c bbslist.h conn.c conn.h conn_pty.c conn_telnet. To : Git commit to main/sbbs/master From : Deucе Date : Tue Dec 27 2022 01:44 am https://gitlab.synchro.net/main/sbbs/-/commit/e2cdd5fc691757a4d5dc36de Modified Files: src/syncterm/bbslist.c bbslist.h conn.c conn.h conn_pty.c conn_telnet.c fonts.c menu.c ooii.c ooii_bmenus.c ooii_cmenus.c ooii_logons.c ooii_sounds.c ripper.c rlogin.c st_crypt.h syncterm.c syncterm.h telnet_io.c term.c uifcinit.c uncrustify.cfg Log Message: There doesn't seem to be a way to get Uncrustify to put commas at the start of wrapped function call continuation lines, but at the end of struct initializers/enums/etc lines. I think the least bad is commas at the end, especially now that it's got the happy four-space indent for continuations. I may play with this more later, but this seems to be good for now, we'll see how it works out in actual use. .