diff --git a/rustfmt.toml b/rustfmt.toml index 6f2e075..a3be6a8 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1 +1,3 @@ -tab_spaces = 2 \ No newline at end of file +max_width = 80 +tab_spaces = 2 +wrap_comments = true