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

Create --preview CLI flag (#2752)
authorFelix Hildén <felix.hilden@gmail.com>
Thu, 20 Jan 2022 01:34:52 +0000 (03:34 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Jan 2022 01:34:52 +0000 (17:34 -0800)
commit8c22d232b56104376a12d1e68eaf216d04979830
tree06655b00212e605152681d8fe8ed7c3d0311a33b
parent98db4abc21477cbd247c8fbd4cf9e8d1cf61ca0f
Create --preview CLI flag (#2752)
CHANGES.md
docs/contributing/the_basics.md
docs/the_black_code_style/future_style.md
docs/the_black_code_style/index.rst
src/black/__init__.py
src/black/mode.py
tests/test_format.py