From: Ɓukasz Langa Date: Thu, 3 May 2018 07:48:37 +0000 (-0700) Subject: More detailed isort configuration explanation X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/21ccf44b27f1f3c391412273322cbce3b02a0b84?hp=adf4ebd2d9540dd0812e2db0e5735a5d28d31d81 More detailed isort configuration explanation --- diff --git a/README.md b/README.md index ba5e7ddd..d3f296cd 100644 --- a/README.md +++ b/README.md @@ -180,8 +180,9 @@ If a line of "from" imports cannot fit in the allotted length, it's always split into one per line. Imports tend to change often and this minimizes diffs, as well as enables readers of code to easily find which commit introduced a particular import. This exception also makes *Black* compatible with -[isort](https://pypi.org/p/isort/). Use `multi_line_output=3` and -`include_trailing_comma=True` in your isort config. +[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. ### Line length