]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Prefer splitting right hand side of assignment statements. (#3368)
authorYilei "Dolee" Yang <hi@mangoumbrella.com>
Thu, 15 Dec 2022 23:58:51 +0000 (15:58 -0800)
committerGitHub <noreply@github.com>
Thu, 15 Dec 2022 23:58:51 +0000 (15:58 -0800)
commitaafc21aa77f5c4d2ebcb833aa60faba6c2138b94
treebb8b5a7a3c145e23395c3e3cbdfbff6f69fc59c1
parent658c8d8d96047c5ba77be4aecc2545a22d5e35b9
Prefer splitting right hand side of assignment statements. (#3368)
CHANGES.md
src/black/linegen.py
src/black/mode.py
tests/data/preview/long_strings__regression.py
tests/data/preview/prefer_rhs_split.py [new file with mode: 0644]
tests/data/preview/prefer_rhs_split_reformatted.py [new file with mode: 0644]