]> git.lizzy.rs Git - rust.git/blobdiff - rustfmt.toml
Rollup merge of #81530 - ojeda:sys-use-abort-instead-of-wasm32-unreachable, r=Mark...
[rust.git] / rustfmt.toml
index 26cdcfff2a316a5ff80d20ee544b30b639d2e7cb..af807aa6f739e75c4e61d7cefd61f89df4487296 100644 (file)
@@ -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",
 ]