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

Standardise newlines after module-level docstrings (#3932)
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>
Tue, 10 Oct 2023 02:34:26 +0000 (04:34 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 02:34:26 +0000 (19:34 -0700)
commitb7717c3f1e73d6b847e2534a2cebbb657b96caf8
tree63d750cbaedc581d5af61f2cfbff63903b5b9e47
parent7aa37ea0adf864baf3ef3dfbcfaf5ff1ff780250
Standardise newlines after module-level docstrings (#3932)

Co-authored-by: jpy-git <josephyoung.jpy@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
16 files changed:
CHANGES.md
scripts/make_width_table.py
src/black/cache.py
src/black/linegen.py
src/black/lines.py
src/black/mode.py
src/black/numerics.py
src/black/parsing.py
src/black/report.py
src/black/rusty.py
src/black/trans.py
tests/data/cases/module_docstring_1.py [new file with mode: 0644]
tests/data/cases/module_docstring_2.py [new file with mode: 0644]
tests/data/cases/module_docstring_3.py [new file with mode: 0644]
tests/data/cases/module_docstring_4.py [new file with mode: 0644]
tests/data/miscellaneous/string_quotes.py