diff options
Diffstat (limited to 'third_party/rust/generic-array/rustfmt.toml')
-rw-r--r-- | third_party/rust/generic-array/rustfmt.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/rust/generic-array/rustfmt.toml b/third_party/rust/generic-array/rustfmt.toml new file mode 100644 index 0000000000..a46e4b2bdb --- /dev/null +++ b/third_party/rust/generic-array/rustfmt.toml @@ -0,0 +1,3 @@ +reorder_imports = true
+reorder_imported_names = true
+use_try_shorthand = true
|