Closed serebit closed 2 years ago
The way I did this was the following:
clang-format
to get rid of weird constructs that I couldn't determine options for in the configuration fileSeems like most of the regressions are due to a column limit, so I'll redo the passes with that option set to 0. Should fix most things.
Re-formatted with a column limit of 120 in clang-format, which auto-breaks pretty nicely.
Okay, screw this. I'll figure out a better way to apply specific rules.
Perform a formatting pass based on the
.clang-format
file in budgie-desktop.