diff --git a/docs/configuration.md b/docs/configuration.md index 8676d079259fa..f29ce0688a9a5 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -67,7 +67,7 @@ quote-style = "double" indent-style = "space" # Like Black, respect magic trailing commas. -magic-trailing-comma = "respect" +skip-magic-trailing-comma = false # Like Black, automatically detect the appropriate line ending. line-ending = "auto"