diff --git a/crates/ruff_workspace/src/options.rs b/crates/ruff_workspace/src/options.rs index a17c600978..7963ef48f2 100644 --- a/crates/ruff_workspace/src/options.rs +++ b/crates/ruff_workspace/src/options.rs @@ -2512,7 +2512,7 @@ pub struct FormatOptions { value_type = r#""lf" | "crlf" | "auto" | "native""#, example = r#" # Automatically detect the line ending on a file per file basis. - quote-style = "auto" + line-ending = "auto" "# )] pub line_ending: Option,