]> git.lizzy.rs Git - rust.git/blobdiff - rustfmt.toml
Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum
[rust.git] / rustfmt.toml
index 73f8cc1ff68c68bbbbfe6216f4b0f00626701672..9b2c08200362effffe481cc9b8afc1a12e925428 100644 (file)
@@ -6,6 +6,9 @@ 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",
+    "/vendor/",
+
     # tests for now are not formatted, as they are sometimes pretty-printing constrained
     # (and generally rustfmt can move around comments in UI-testing incompatible ways)
     "src/test",
@@ -17,7 +20,7 @@ ignore = [
     "src/doc/nomicon",
     "src/doc/reference",
     "src/doc/rust-by-example",
-    "src/doc/rustc-guide",
+    "src/doc/rustc-dev-guide",
     "src/llvm-project",
     "src/stdarch",
     "src/tools/cargo",