summaryrefslogtreecommitdiff
path: root/chromium/.rustfmt.toml
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/.rustfmt.toml')
-rw-r--r--chromium/.rustfmt.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/.rustfmt.toml b/chromium/.rustfmt.toml
index 5453677c2ab..83a7c41179c 100644
--- a/chromium/.rustfmt.toml
+++ b/chromium/.rustfmt.toml
@@ -16,3 +16,8 @@ newline_style = "Unix"
# * https://github.com/rust-lang/rustfmt/issues/3119
# * https://github.com/rust-lang/rustfmt/issues/3120
use_small_heuristics = "Max"
+
+# Third party code is formatted upstream.
+ignore = [
+ "third_party/rust",
+]