소스 검색

Update `.rustfmt.toml`

Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
Yuki Kishimoto 1 년 전
부모
커밋
205af9b107
1개의 변경된 파일8개의 추가작업 그리고 4개의 파일을 삭제
  1. 8 4
      .rustfmt.toml

+ 8 - 4
.rustfmt.toml

@@ -1,5 +1,9 @@
-group_imports = "StdExternalCrate"
-wrap_comments = true
-format_code_in_doc_comments = true
+tab_spaces = 4
+newline_style = "Auto"
+reorder_imports = true
+reorder_modules = true
+reorder_impl_items = false
+indent_style = "Block"
+normalize_comments = false
 imports_granularity = "Module"
-edition = "2021"
+group_imports = "StdExternalCrate"