saagarjha / unxip

A fast Xcode unarchiver
GNU Lesser General Public License v3.0
867 stars 39 forks source link

Makefile: Add format rule #28

Closed TheRealKeto closed 1 year ago

TheRealKeto commented 1 year ago

Due to the Makefile consolidating the building, installing, and removal of the project, I thought it'd be best to also include a rule that simply runs swift-format.

The changes to the source code of the project were made after running the Makefile rule, which I thought I'd also commit here, as well as document the rule over the command that it runs on the README.

TheRealKeto commented 1 year ago

I've resolved wanted changes. Feel free to review again.

saagarjha commented 1 year ago

Happy to merge the Makefile changes as a single commit. Would you like to clean it up or are you OK with me doing that on your behalf?

TheRealKeto commented 1 year ago

Please continue on my behalf.

saagarjha commented 1 year ago

@TheRealKeto since this commit has your name on it please review it before I merge it. (In particular, add a Signed-off-by: and resign it if you'd like.)

TheRealKeto commented 1 year ago

I've resigned the commit and added a signed-off message. Please review.

saagarjha commented 1 year ago

Thanks!