X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=rustfmt.toml;h=af807aa6f739e75c4e61d7cefd61f89df4487296;hb=9f1abe89b819c3ee919f906a256fe7e2487bdd54;hp=2b1c516cf7720aa947f5014062ee934eb8031b1c;hpb=8df58ae03a8fda8ed126c02fbc16b530d18344df;p=rust.git diff --git a/rustfmt.toml b/rustfmt.toml index 2b1c516cf77..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 @@ -32,7 +32,4 @@ ignore = [ "src/tools/rust-analyzer", "src/tools/rustfmt", "src/tools/rust-installer", - - # We do not format this file as it is externally sourced and auto-generated. - "library/std/src/sys/cloudabi/abi/cloudabi.rs", ]