diff options
Diffstat (limited to '')
-rw-r--r-- | gfx/wr/rustfmt.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gfx/wr/rustfmt.toml b/gfx/wr/rustfmt.toml new file mode 100644 index 0000000000..d43a44fcbd --- /dev/null +++ b/gfx/wr/rustfmt.toml @@ -0,0 +1,6 @@ +reorder_imports = false +reorder_imports_in_group = true +reorder_imported_names = true +error_on_line_overflow_comments = false +max_width = 100 +spaces_around_ranges = true |