]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/rustfmt/Configurations.md
Rollup merge of #92828 - Amanieu:unwind-abort, r=dtolnay
[rust.git] / src / tools / rustfmt / Configurations.md
index a89fbe863e65283ce47ca0e36f87a0267058eb52..4476f2a449b1f815d56c56fb0ef1ba1c68d5d04c 100644 (file)
@@ -929,9 +929,9 @@ fn add_one(x: i32) -> i32 {
 ## `format_generated_files`
 
 Format generated files. A file is considered generated
-if any of the first five lines contains `@generated` marker.
+if any of the first five lines contain a `@generated` comment marker.
 
-- **Default value**: `false`
+- **Default value**: `true`
 - **Possible values**: `true`, `false`
 - **Stable**: No (tracking issue: [#5080](https://github.com/rust-lang/rustfmt/issues/5080))