X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=rustfmt.toml;h=8f4c901fb9740919dae8d6b72a8e122a97250317;hb=2cb0b8582ebbf9784db9cec06fff517badbf4553;hp=2a034845c6e0b5df42b0ef7757ed84aebd60fa9d;hpb=c9290dceee2cb6b882b26ec6e294560e51ef0853;p=rust.git 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)