mirror of https://github.com/astral-sh/ruff
docs: fix name of `magic-trailing-comma` option in README (#8200)
Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
parent
23b55aea30
commit
1ee73bdedf
|
|
@ -238,7 +238,7 @@ quote-style = "double"
|
||||||
indent-style = "space"
|
indent-style = "space"
|
||||||
|
|
||||||
# Like Black, respect magic trailing commas.
|
# Like Black, respect magic trailing commas.
|
||||||
magic-trailing-comma = "respect"
|
skip-magic-trailing-comma = false
|
||||||
|
|
||||||
# Like Black, automatically detect the appropriate line ending.
|
# Like Black, automatically detect the appropriate line ending.
|
||||||
line-ending = "auto"
|
line-ending = "auto"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue