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

Remove newline after code block open (#3035)
authorSagi Shadur <saroad2@gmail.com>
Sat, 11 Jun 2022 06:55:01 +0000 (09:55 +0300)
committerGitHub <noreply@github.com>
Sat, 11 Jun 2022 06:55:01 +0000 (09:55 +0300)
commit4bb7bf2bdc95a8035ccf167023a7044e5f8e5ef6
treea07b72b53dcd4ba1180808b501bc25c3147f2ddd
parent6d32ab02c535c3d41495f62288c9c3fc57e9a9bb
Remove newline after code block open (#3035)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
AUTHORS.md
CHANGES.md
docs/the_black_code_style/future_style.md
src/black/lines.py
src/black/mode.py
tests/data/preview/remove_newline_after_code_block_open.py [new file with mode: 0644]
tests/data/preview_310/remove_newline_after match.py [new file with mode: 0644]
tests/test_black.py
tests/test_format.py