summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2020-02-10 19:08:24 -0800
committerEric Huss <eric@huss.org>2020-02-10 19:08:24 -0800
commit6575abcb3633f0cb77a1ab1c388108dd1cd3c849 (patch)
tree8acce03d51649b4df68c59b49928d30a15ec7a72 /rustfmt.toml
parent0f0cdf6acdb5a9b968728d961929ca59ff93cfa4 (diff)
Don't rustfmt the vendor directory.
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 2a034845c6e..8f4c901fb97 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -7,6 +7,7 @@ merge_derives = false
# tidy only checks files which are not ignored, each entry follows gitignore style
ignore = [
"build",
+ "/vendor/",
# tests for now are not formatted, as they are sometimes pretty-printing constrained
# (and generally rustfmt can move around comments in UI-testing incompatible ways)