Explorar el Código

tweaked default

rachel-rose hace 5 años
padre
commit
89060610bd
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  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