[librsvg: 1/9] Copy .rustmft.toml config from rsvg-bench.



commit 0e1814ce6e62a5bc864220b906bfc637608a802d
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Wed Feb 28 13:24:16 2018 +0200

    Copy .rustmft.toml config from rsvg-bench.

 .rustfmt.toml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
---
diff --git a/.rustfmt.toml b/.rustfmt.toml
new file mode 100644
index 00000000..79bf0104
--- /dev/null
+++ b/.rustfmt.toml
@@ -0,0 +1,18 @@
+unstable_features = true
+indent_style = "Visual"
+verbose = false
+max_width = 100
+comment_width = 100
+wrap_comments = true
+tab_spaces = 4
+hard_tabs = false
+newline_style = "Unix"
+write_mode = "Overwrite"
+condense_wildcard_suffixes = false
+format_strings = true
+# normalize_comments = true
+reorder_imports = true
+reorder_imported_names = true
+reorder_imports_in_group = true
+use_field_init_shorthand = true
+error_on_line_overflow = false
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]