bolcom / libunftp

Extensible, async, cloud orientated FTP(S) server library and the core of unFTP: https://github.com/bolcom/unFTP. Follow up and talk to us on https://t.me/unftp
Apache License 2.0
182 stars 33 forks source link

Change max line length to 100 chars #431

Closed wgfm closed 1 year ago

wgfm commented 2 years ago

This PR changes the maximum line length to 100 characters. This change aims to improve readability of the code.

In this PR, I removed the max_width of 160 from rustfmt.toml, and ran rustfmt against all lib.rs files in the repository. This should let rustfmt hit all files.

hannesdejager commented 1 year ago

I'm gonna close this now first, we can redo it when we don't have outstanding MRs