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

Deprecate ESP and move the functionality under --preview (#2789)
authorFelix Hildén <felix.hilden@gmail.com>
Thu, 20 Jan 2022 23:42:07 +0000 (01:42 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Jan 2022 23:42:07 +0000 (15:42 -0800)
commit6e97c5f47cbec72c72c27aefb206589dd84707a7
treebb267cbc1736b7fdd038cad396dea08a84a0be4a
parent9bd4134f3138448eb92af7031d994b2cec7d08ad
Deprecate ESP and move the functionality under --preview (#2789)
CHANGES.md
docs/faq.md
docs/the_black_code_style/current_style.md
docs/the_black_code_style/future_style.md
src/black/__init__.py
src/black/linegen.py
src/black/mode.py
tests/test_black.py
tests/test_format.py