X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=rustfmt.toml;h=480b19a5e933685cde31dddb4c6076b1169c2174;hb=6020c79ddeafe8d9760b27c14c39da81bac9b4a6;hp=45cce186c09969b9dc597b6da531c63438a96f6c;hpb=21758bf1fbeb0993fe39daf073b4bf883d36e779;p=rust.git diff --git a/rustfmt.toml b/rustfmt.toml index 45cce186c09..480b19a5e93 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -6,7 +6,9 @@ merge_derives = false # by default we ignore everything in the repository # tidy only checks files which are not ignored, each entry follows gitignore style ignore = [ - "build", + "/build/", + "/*-build/", + "/build-*/", "/vendor/", # tests for now are not formatted, as they are sometimes pretty-printing constrained