浏览代码

tweaked default

rachel-rose 5 年之前
父节点
当前提交
89060610bd
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      rustfmt.toml

+ 4 - 4
rustfmt.toml

@@ -7,11 +7,11 @@ indent_style = "Block"
 wrap_comments = true
 format_code_in_doc_comments = false
 comment_width = 80
-normalize_comments = false
-normalize_doc_attributes = false
+normalize_comments = true
+normalize_doc_attributes = true
 license_template_path = ""
-format_strings = false
-format_macro_matchers = false
+format_strings = true
+format_macro_matchers = true
 format_macro_bodies = true
 empty_item_single_line = true
 struct_lit_single_line = true