Fix line ending doc typo (#7611)

Fixes https://docs.astral.sh/ruff/settings/#format-quote-style
This commit is contained in:
konsti 2023-09-22 22:16:41 +02:00 committed by GitHub
parent 5174e8c926
commit 19010f276e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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<LineEnding>,