Re: [Libcdio-devel] Clang formatting for libcdio C source code

2024-12-31 Thread karl
Rocky Bernstein: ... > That gets to the other point: why bother? We want to eliminate impediments > to contributing; for some, this kind of thing is an impediment. ... Sorry if I tend to sound harsh in writing. Thank you for supplying the reason. Regards, /Karl Hammar

[Libcdio-devel] Clang formatting for libcdio C source code

2024-12-31 Thread Rocky Bernstein
Recently, in https://github.com/libcdio/libcdio-paranoia/pull/53 Adrian Reber contributed a CI integration hook to check the format of C files and make it conform to clang style. When I suggested it might also be done to libcdio, he did so in https://github.com/libcdio/libcdio/pull/7. It would ch

Re: [Libcdio-devel] Clang formatting for libcdio C source code

2024-12-31 Thread karl
Rocky Bernstein: ... > Do you all have an opinion on whether we should reformat using clang-format > (https://clang.llvm.org/docs/ClangFormat.html). And if so what style we > should use? ... Still eager for a coding style I see: https://lists.gnu.org/archive/html/libcdio-devel/2024-05/msg1.ht

Re: [Libcdio-devel] Clang formatting for libcdio C source code

2024-12-31 Thread Rocky Bernstein
On Tue, Dec 31, 2024 at 7:00 PM wrote: > Rocky Bernstein: > ... > > Do you all have an opinion on whether we should reformat using > clang-format > > (https://clang.llvm.org/docs/ClangFormat.html). And if so what style we > > should use? > ... > > Still eager for a coding style I see: > https://