|
From: Julian S. <jse...@gm...> - 2023-04-18 07:32:11
|
On 18/04/2023 09:14, Paul Floyd wrote: > On 18-04-23 05:30, Nicholas Nethercote wrote: >> Is there any appetite for clang-formatting Valgrind's code? > All that to say is that I'm in favour of using clang-format, Me too; +1 for that. I've lived with the Firefox C++ auto-format stuff for some years now and that has worked out well. In hindsight I'd change the 3 char indents to 2; 2 works well for Fx, and maintain a max width of 80. J |