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

Make star-expression spacing consistent in match/case (#2667)
authorBatuhan Taskaya <isidentical@gmail.com>
Fri, 3 Dec 2021 14:49:33 +0000 (17:49 +0300)
committerGitHub <noreply@github.com>
Fri, 3 Dec 2021 14:49:33 +0000 (06:49 -0800)
commit136930fccb99320865622e12ffc21bdd45fd7501
tree3f4be6a5ee703ea3b8b7f28d4d0297ffbc8d77d4
parentbd9d52b52d58df60bffe164309a48cb61ac8d3b7
Make star-expression spacing consistent in match/case (#2667)
CHANGES.md
src/black/nodes.py
tests/data/pattern_matching_extras.py