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

Improve multiline string handling (#1879)
authorAneesh Agrawal <aneeshusa@gmail.com>
Tue, 7 Mar 2023 19:52:19 +0000 (14:52 -0500)
committerGitHub <noreply@github.com>
Tue, 7 Mar 2023 19:52:19 +0000 (11:52 -0800)
commit4a063a9f8d7069ea82186ac9aff5a2cd1c2618d7
treea9f08c580e2d5c897bd312dcf2152967c8c8c59f
parent25d886f52c2bbbb58386ac8050f4e67952507bc7
Improve multiline string handling (#1879)

Co-authored-by: Olivia Hong <ohong@lyft.com>
Co-authored-by: Olivia Hong <24500729+olivia-hong@users.noreply.github.com>
CHANGES.md
docs/the_black_code_style/future_style.md
src/black/linegen.py
src/black/lines.py
src/black/mode.py
tests/data/preview/multiline_strings.py [new file with mode: 0644]