X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/87b8df28c48353d3d08d7e88d178c7a567de816a..180bc06ede96959fd52b43467ce3836655108719:/README.md diff --git a/README.md b/README.md index f587744..c56f454 100644 --- a/README.md +++ b/README.md @@ -178,9 +178,9 @@ example above). If a data structure literal (tuple, list, set, dict) or a line of "from" imports cannot fit in the allotted length, it's always split into one -per line. This minimizes diffs as well as enables readers of code to -find which commit introduced a particular entry. This also makes -*Black* compatible with [isort](https://pypi.org/p/isort/). Use +element per line. This minimizes diffs as well as enables readers of +code to find which commit introduced a particular entry. This also +makes *Black* compatible with [isort](https://pypi.org/p/isort/). Use `multi_line_output=3`, `include_trailing_comma=True`, `force_grid_wrap=0`, and `line_length=88` in your isort config.