diff options
Diffstat (limited to '')
-rw-r--r-- | third_party/rust/packed_simd/rustfmt.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/rust/packed_simd/rustfmt.toml b/third_party/rust/packed_simd/rustfmt.toml new file mode 100644 index 0000000000..5b400a4ce4 --- /dev/null +++ b/third_party/rust/packed_simd/rustfmt.toml @@ -0,0 +1,7 @@ +max_width = 79 +use_small_heuristics = "Max" +wrap_comments = true +comment_width = 79 +fn_args_density = "Compressed" +edition = "2018" +error_on_line_overflow = true
\ No newline at end of file |