X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e4c55b48879c48bce2f3730ebb114aa2a67ab4d1..ed9d58b7410f24446cedebd0f767b71b154f5f5b:/docs/blackd.md diff --git a/docs/blackd.md b/docs/blackd.md index c341308..c8058ee 100644 --- a/docs/blackd.md +++ b/docs/blackd.md @@ -54,6 +54,9 @@ The headers controlling how source code is formatted are: - `X-Skip-String-Normalization`: corresponds to the `--skip-string-normalization` command line flag. If present and its value is not the empty string, no string normalization will be performed. +- `X-Skip-Magic-Trailing-Comma`: corresponds to the `--skip-magic-trailing-comma` + command line flag. If present and its value is not the empty string, trailing commas + will not be used as a reason to split lines. - `X-Fast-Or-Safe`: if set to `fast`, `blackd` will act as _Black_ does when passed the `--fast` command line flag. - `X-Python-Variant`: if set to `pyi`, `blackd` will act as _Black_ does when passed the