I'd like to make a group of patches that change the coding style of C++ files in an automatics way using uncrustify tool. And, even more important, make future coding style changes automatic.
As tested in my local environment, this makes the code way more clear and easier to read and understand. Also I hope that the clean and highly readable code may bring more people to the work on the bitcoin core!
Generally, there are two ways to achieve this - (1) one huge patch or (2) many incremental patches (10 to 20 patches).
What would you suggest? Please comment!