diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2021-02-09 23:22:59 -0800 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2021-02-09 23:22:59 -0800 |
| commit | 0c8bdf3c5fc8ebffe95cc07aca3ab164f4629c9a (patch) | |
| tree | 5a307b7d4be2faf858cc05baf30352150dd022e1 /docs/configuration | |
| parent | aa51349a19f50752a631fe8d4daafec891a31432 (diff) | |
| download | isort-0c8bdf3c5fc8ebffe95cc07aca3ab164f4629c9a.tar.gz | |
Add wemake profile
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/profiles.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration/profiles.md b/docs/configuration/profiles.md index 9de48e0f..073f7d60 100644 --- a/docs/configuration/profiles.md +++ b/docs/configuration/profiles.md @@ -76,3 +76,11 @@ To use any of the listed profiles, use `isort --profile PROFILE_NAME` from the c - **force_grid_wrap**: `0` - **use_parentheses**: `True` - **line_length**: `100` + +#wemake + + + - **multi_line_output**: `3` + - **include_trailing_comma**: `True` + - **use_parentheses**: `True` + - **line_length**: `80` |
