Hi, thank you for that link do pull request. Interesting. Now I know how to unify my codig style to existing one in tlf :).
I've got two additional question regarding astyle. Why tabs not spaces? And why line lenght is set to 80 characters, even when all modern editors (even vim and emacs) supports and displays more characters in single line and eventually they can wrap lines? Switching to 120 or something around could simplify some if conditions and make them in one line :) Just asking and thinking. Br Marcin SP6MI Wysłano z bezpiecznej poczty e-mail Proton Mail. ------- Original Message ------- czwartek, 6 lipca 2023 11:58, Ervin Hegedüs <airw...@gmail.com> napisał(a): > hi guys, > > On Wed, Jul 05, 2023 at 05:28:23PM +0000, Marcin SP6MI wrote: > > > About formating, as example almost all if/else blocks in parse_logcfg.c > > file (maybe rules for that astylerc needs to be fixed). > > > yes, unfortunately using of astyle has became less important, but > there was an intention: > > https://github.com/Tlf/tlf/pull/89 > > Now I checked few files, and most of them are not formatted. > > You can check it for eg.: > > $ cd src/github/tlf > $ astyle --options="tools/.astylerc.orig" src/main.c > > > 73, Ervin > HA2OS