summaryrefslogtreecommitdiffstats
path: root/gfx/wr/rustfmt.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/wr/rustfmt.toml')
-rw-r--r--gfx/wr/rustfmt.toml6
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