X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=rustfmt.toml;h=af807aa6f739e75c4e61d7cefd61f89df4487296;hb=76be6bb4de596ad24c62dd52baeb0cb56c8937ae;hp=26cdcfff2a316a5ff80d20ee544b30b639d2e7cb;hpb=ca6c695320e2ee35b70d7ff3ebfbc747946c7a3d;p=rust.git diff --git a/rustfmt.toml b/rustfmt.toml index 26cdcfff2a3..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 @@ -16,6 +16,7 @@ ignore = [ # do not format submodules "library/backtrace", "library/stdarch", + "compiler/rustc_codegen_cranelift", "src/doc/book", "src/doc/edition-guide", "src/doc/embedded-book", @@ -31,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", ]