Skip to content

Commit

Permalink
[rust] Ignore format for chromium_crates_io/vendor
Browse files Browse the repository at this point in the history
Crates under this path were triggering format. This mirrors what is
being done in upstream.
  • Loading branch information
cdesouza-chromium committed Jun 25, 2024
1 parent 1a86bea commit 9a0080a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions patches/.rustfmt.toml.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
diff --git a/.rustfmt.toml b/.rustfmt.toml
index b0be00850d55ec480c3fd4475abea98c836add40..dd9ad89f5ec0f6723c68064b24c7bcae282d10f1 100644
index b0be00850d55ec480c3fd4475abea98c836add40..562addd3f4518d8e52afccbd8cb1bfb582d237b0 100644
--- a/.rustfmt.toml
+++ b/.rustfmt.toml
@@ -23,4 +23,5 @@ use_small_heuristics = "Max"
@@ -23,4 +23,6 @@ use_small_heuristics = "Max"
ignore = [
"third_party/rust/**/crate",
"third_party/rust/chromium_crates_io/vendor",
+ "brave/third_party/rust/**/crate",
+ "brave/third_party/rust/chromium_crates_io/vendor",
]

0 comments on commit 9a0080a

Please sign in to comment.