]> 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:

Put closing quote on a separate line if docstring is too long (#3044)
authorIain Dorrington <idorrington92@users.noreply.github.com>
Sun, 8 May 2022 04:34:28 +0000 (05:34 +0100)
committerGitHub <noreply@github.com>
Sun, 8 May 2022 04:34:28 +0000 (21:34 -0700)
commit20d8ccb54253f8a66321f6708d53e2a05a54079b
tree63f6072a921e0220de2ac8e213570fa96fe45462
parent62c2b167bcf22683fc11add2f24a132d36e8fd19
Put closing quote on a separate line if docstring is too long (#3044)

Fixes #1632

Co-authored-by: Felix Hildén <felix.hilden@gmail.com>
CHANGES.md
src/black/linegen.py
src/black/mode.py
tests/data/docstring.py
tests/data/docstring_preview.py [new file with mode: 0644]
tests/test_format.py