mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:25:17 +00:00
Fix line ending doc typo (#7611)
Fixes https://docs.astral.sh/ruff/settings/#format-quote-style
This commit is contained in:
parent
5174e8c926
commit
19010f276e
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue