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

Correctly handle fmt: skip comments without internal spaces (#2970)
authorRyan Siu <ryansiu@umich.edu>
Sat, 9 Apr 2022 20:52:45 +0000 (16:52 -0400)
committerGitHub <noreply@github.com>
Sat, 9 Apr 2022 20:52:45 +0000 (16:52 -0400)
commit431bd09e15247431056894bd6444dee7c22893f0
tree35ee7a2358ee9d60fe3ebef3663ca0546e2ca1b5
parent75f99bded33abe962ca08bf16c77635ac9ca00a1
Correctly handle fmt: skip comments without internal spaces (#2970)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
CHANGES.md
src/black/comments.py
tests/data/fmtskip7.py [new file with mode: 0644]
tests/test_format.py