diff options
author | Ian Ker-Seymer <[email protected]> | 2023-10-25 01:14:49 -0400 |
---|---|---|
committer | git <[email protected]> | 2023-10-26 01:18:43 +0000 |
commit | 4259d5b5aefd58d0bf86ad20122beee53533ff59 (patch) | |
tree | 73811d75e9a6673520fe19b5e133e6a1d6fe684c | |
parent | 0164ce893f0a683a8555072ac594401a33990d40 (diff) |
[ruby/prism] Use `cargo fmt`
https://github.com/ruby/prism/commit/5969b827ae
-rw-r--r-- | test/rubygems/test_gem_ext_cargo_builder/custom_name/ext/custom_name_lib/rustfmt.toml | 2 | ||||
-rw-r--r-- | test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/rustfmt.toml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/rubygems/test_gem_ext_cargo_builder/custom_name/ext/custom_name_lib/rustfmt.toml b/test/rubygems/test_gem_ext_cargo_builder/custom_name/ext/custom_name_lib/rustfmt.toml new file mode 100644 index 0000000000..e1b84c3342 --- /dev/null +++ b/test/rubygems/test_gem_ext_cargo_builder/custom_name/ext/custom_name_lib/rustfmt.toml @@ -0,0 +1,2 @@ +max_width = 120 +match_block_trailing_comma = true diff --git a/test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/rustfmt.toml b/test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/rustfmt.toml new file mode 100644 index 0000000000..9b630818e2 --- /dev/null +++ b/test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/rustfmt.toml @@ -0,0 +1,2 @@ +max_width = 300 +match_block_trailing_comma = true |