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

Preserve crlf line endings in blackd (#3257)
authorKotlinIsland <65446343+KotlinIsland@users.noreply.github.com>
Tue, 4 Oct 2022 20:10:11 +0000 (06:10 +1000)
committerGitHub <noreply@github.com>
Tue, 4 Oct 2022 20:10:11 +0000 (13:10 -0700)
commit0359b85b5800dd77f8f1cfaa88ca8ab8215df685
tree0e838caeb31a19d4a16d1aa11012be97a4fed686
parent27d7ea43eb127cc5189a724a7d194d94ba312861
Preserve crlf line endings in blackd (#3257)

Co-authored-by: KotlinIsland <kotlinisland@users.noreply.github.com>
CHANGES.md
docs/the_black_code_style/current_style.md
src/blackd/__init__.py
tests/test_black.py
tests/test_blackd.py