diff options
Diffstat (limited to 'third_party/rust/ordered-float/rustfmt.toml')
-rw-r--r-- | third_party/rust/ordered-float/rustfmt.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/rust/ordered-float/rustfmt.toml b/third_party/rust/ordered-float/rustfmt.toml new file mode 100644 index 0000000000..e333edc9db --- /dev/null +++ b/third_party/rust/ordered-float/rustfmt.toml @@ -0,0 +1,3 @@ +# These two unstable options might improve the layout of the code: +#fn_single_line = true +#where_single_line = true |