소스 검색

chore: add line width to rustfmt

thesimplekid 7 달 전
부모
커밋
3ea0c4c7ea
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rustfmt.toml

+ 1 - 0
rustfmt.toml

@@ -1,4 +1,5 @@
 tab_spaces = 4
+max_width = 100
 newline_style = "Auto"
 reorder_imports = true
 reorder_modules = true