소스 검색

wrap_comments to false in rustfmt.toml

ghassmo 4 년 전
부모
커밋
a3117e7f84
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rustfmt.toml

+ 1 - 1
rustfmt.toml

@@ -2,7 +2,7 @@ reorder_imports = true
 imports_granularity = "Crate"
 use_small_heuristics = "Max"
 comment_width = 100
-wrap_comments = true
+wrap_comments = false
 binop_separator = "Back"
 trailing_comma = "Vertical"
 trailing_semicolon = false