diff options
-rw-r--r-- | rustfmt.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000..6677939b --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,11 @@ +max_width = 80 +format_strings = false +wrap_comments = true +fn_brace_style = "SameLineWhere" +item_brace_style = "SameLineWhere" +struct_lit_multiline_style = "ForceMulti" +where_trailing_comma = true +reorder_imports = true +reorder_imported_names = true +normalize_comments = false +write_mode = "Overwrite" |