We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad1706 commit 37a5a5fCopy full SHA for 37a5a5f
rustfmt.toml
@@ -0,0 +1,16 @@
1
+# Based on
2
+# https://github.com/rust-lang/rustfmt/blob/rustfmt-1.4.19/Configurations.md
3
+
4
+# Stable
5
+edition = "2018"
6
+fn_args_layout = "Compressed"
7
+max_width = 80
8
+tab_spaces = 2
9
+use_field_init_shorthand = true
10
+use_try_shorthand = true
11
+use_small_heuristics = "Max"
12
13
+# Unstable
14
+format_code_in_doc_comments = true
15
+merge_imports = true
16
+wrap_comments = true
0 commit comments