X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=rustfmt.toml;h=af807aa6f739e75c4e61d7cefd61f89df4487296;hb=3c8e13aff1ea5e57c0d843a4e76b533318ca68c5;hp=45cce186c09969b9dc597b6da531c63438a96f6c;hpb=ec039bd07510e5f9bde0d48c039871c0a7846e0b;p=rust.git diff --git a/rustfmt.toml b/rustfmt.toml index 45cce186c09..af807aa6f73 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -6,7 +6,7 @@ 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/", "/vendor/", # tests for now are not formatted, as they are sometimes pretty-printing constrained