From 19010f276e5b733ece54beba71b15193421249ce Mon Sep 17 00:00:00 2001 From: konsti Date: Fri, 22 Sep 2023 22:16:41 +0200 Subject: [PATCH] Fix line ending doc typo (#7611) Fixes https://docs.astral.sh/ruff/settings/#format-quote-style --- crates/ruff_workspace/src/options.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,