style: enforce comment wrapping

Adds a rustfmt config file so it automatically wraps comments to 80 chars (the
default.)

This is enforced as part of the CI pipeline.
pull/24376/head
Dom 2020-12-11 18:15:23 +00:00
parent d47acfa3b5
commit 1446b5fcfc
1 changed files with 1 additions and 0 deletions

1
rustfmt.toml Normal file
View File

@ -0,0 +1 @@
wrap_comments = true