|
From: Paul F. <pj...@wa...> - 2023-04-18 07:14:34
|
On 18-04-23 05:30, Nicholas Nethercote wrote: > Is there any appetite for clang-formatting Valgrind's code? At work, we have numerous projects that have been worked on by large numbers of people with probably just about every imaginable free code editor. And over 30 years or more. Some teams and sub-projects have fairly consistent formatting. Others have random mixes of tabs and spaces. It drives me mad (it also drives clang-tidy and gcc mad with lots of warnings about inconsistent indentation). All that to say is that I'm in favour of using clang-format, A+ Paul |