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

Ignore `# fmt: off` as inline comment
authorŁukasz Langa <lukasz@langa.pl>
Sun, 1 Apr 2018 06:50:27 +0000 (23:50 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Sun, 1 Apr 2018 07:08:09 +0000 (00:08 -0700)
commit2f260514f67f154d1c8f59bc9ea899406d8a2cfd
tree213f46d833e309e8197cd4c4a782270b69c3aee7
parent4787294622f9053525fb2373db207dd4a35520dc
Ignore `# fmt: off` as inline comment

Black cannot currently support this form due to its generator-based nature.
This is mostly a problem for existing `# yapf: disable` usage as trailing
comment.

Fixes #95
README.md
black.py
tests/fmtonoff.py