X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=rustfmt.toml;h=480b19a5e933685cde31dddb4c6076b1169c2174;hb=3d69b5bc17e29348c36f76b400e70bccd007f491;hp=af807aa6f739e75c4e61d7cefd61f89df4487296;hpb=d4af90e0f93f92d2e04d7a4d8798e6b7af81b238;p=rust.git diff --git a/rustfmt.toml b/rustfmt.toml index af807aa6f73..480b19a5e93 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -7,6 +7,8 @@ merge_derives = false # tidy only checks files which are not ignored, each entry follows gitignore style ignore = [ "/build/", + "/*-build/", + "/build-*/", "/vendor/", # tests for now are not formatted, as they are sometimes pretty-printing constrained