X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6b935a34d08c0b18d858e7da5093dc69a29c55f2..2d0c14989dca41676fc83fb36f2d652cf93fad58:/docs/the_black_code_style.md?ds=sidebyside

diff --git a/docs/the_black_code_style.md b/docs/the_black_code_style.md
index 19464ba..a4e55c1 100644
--- a/docs/the_black_code_style.md
+++ b/docs/the_black_code_style.md
@@ -438,6 +438,9 @@ into one item per line.
 How do you make it stop? Just delete that trailing comma and _Black_ will collapse your
 collection into one line if it fits.
 
+If you must, you can recover the behaviour of early versions of Black with the option
+`--skip-magic-trailing-comma` / `-C`.
+
 ### r"strings" and R"strings"
 
 _Black_ normalizes string quotes as well as string prefixes, making them lowercase. One