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

Add trailing comma when a single import doesn't fit on a line. (#504)
authorZsolt Dollenstein <zsol.zsol@gmail.com>
Wed, 26 Sep 2018 12:26:50 +0000 (13:26 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 26 Sep 2018 12:26:50 +0000 (13:26 +0100)
commit25d24a10a4f4cdf81b7335615c74f285127b1a04
tree4052ea81d8e97f076541b357f510a17d6d5cb78e
parent5f9eb9e4f7baa35cb87eb3f8a9fed81f1195a72e
Add trailing comma when a single import doesn't fit on a line. (#504)

Fixes #250.
README.md
black.py
tests/data/import_spacing.py