Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore formatting for crates under third_party #20390

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions patches/.rustfmt.toml.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff --git a/.rustfmt.toml b/.rustfmt.toml
index 0c2edf5faf0597654b5a806b4d6cf7e8efb8639e..74053342b622d657c06669b5922d1d684eab7f39 100644
--- a/.rustfmt.toml
+++ b/.rustfmt.toml
@@ -22,4 +22,5 @@ use_small_heuristics = "Max"
# Third party code is formatted upstream.
ignore = [
"third_party/rust/**/crate",
+ "brave/third_party/rust/**/crate",
]