BuddiesOfBudgie / budgie-screensaver

Budgie Screensaver is a fork of old gnome screensaver for purposes of providing an authentication prompt on wake.
GNU General Public License v2.0
15 stars 2 forks source link

Formatting pass #2

Closed serebit closed 2 years ago

serebit commented 2 years ago

Perform a formatting pass based on the .clang-format file in budgie-desktop.

serebit commented 2 years ago

The way I did this was the following:

Seems 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.

serebit commented 2 years ago

Re-formatted with a column limit of 120 in clang-format, which auto-breaks pretty nicely.

serebit commented 2 years ago

Okay, screw this. I'll figure out a better way to apply specific rules.