X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=rustfmt.toml;h=aa0d4888f082dadf7f889c8b18286f0a14dfe54b;hb=f1551bfc02845eb198a71cc5c0264bd71e336274;hp=265f2194fef8d0ce03c61d1c2222828a7c823dde;hpb=60625a6ef0ef57a2934918430be0121431ba96c9;p=rust.git diff --git a/rustfmt.toml b/rustfmt.toml index 265f2194fef..aa0d4888f08 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -19,7 +19,6 @@ ignore = [ "library/backtrace", "library/portable-simd", "library/stdarch", - "compiler/rustc_codegen_cranelift", "compiler/rustc_codegen_gcc", "src/doc/book", "src/doc/edition-guide", @@ -36,4 +35,9 @@ ignore = [ "src/tools/rust-analyzer", "src/tools/rustfmt", "src/tools/rust-installer", + + # these are ignored by a standard cargo fmt run + "compiler/rustc_codegen_cranelift/y.rs", # running rustfmt breaks this file + "compiler/rustc_codegen_cranelift/example", + "compiler/rustc_codegen_cranelift/scripts", ]