We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 935a18e + 72c3012 commit a48ca25Copy full SHA for a48ca25
rustfmt.toml
@@ -1,10 +1,6 @@
1
max_width = 80
2
-format_strings = false
3
fn_brace_style = "SameLineWhere"
4
item_brace_style = "SameLineWhere"
5
struct_lit_multiline_style = "ForceMulti"
6
where_trailing_comma = true
7
-reorder_imports = true
8
-reorder_imported_names = true
9
normalize_comments = false
10
-write_mode = "Overwrite"
tests/rustfmt.toml
@@ -1 +1 @@
-error_on_line_overflow_comments = false
+# Intentionally left blank.
0 commit comments