bolcom / unFTP

A FTP(S) server with a couple of twists written in Rust. Follow and talk to us on https://t.me/unftp. Docs on https://unftp.rs
Apache License 2.0
251 stars 19 forks source link

Change max line length to 100 chars #132

Closed wgfm closed 1 year ago

wgfm commented 1 year 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 120 from rustfmt.toml, and ran rustfmt against the main.rs file. This should let rustfmt hit all files.

This change mirrors https://github.com/bolcom/libunftp/pull/431