소스 검색

Increase max line width slightly

This is needed to render some new in-code documentation correctly
Isaac Woods 5 년 전
부모
커밋
bce78b0a58
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      rustfmt.toml

+ 2 - 2
rustfmt.toml

@@ -7,6 +7,6 @@ use_field_init_shorthand = true
 use_try_shorthand = true
 format_code_in_doc_comments = true
 wrap_comments = true
-max_width = 110
-comment_width = 110
+max_width = 115
+comment_width = 115
 use_small_heuristics = "max"