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

Lines now break before all delimiters (#94)
authorMika⠙ <mail@autophagy.io>
Sat, 31 Mar 2018 18:52:11 +0000 (20:52 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Sat, 31 Mar 2018 18:52:11 +0000 (11:52 -0700)
commit3455389e486e0bb1d8a8318cb5f266b7ec8964dd
treebc06139884197e6708432d472200034c4c0741c4
parent80bd2b3134b4f01da4e279d040a224326b3577e5
Lines now break before all delimiters (#94)

The default behaviour is that now all lines break *before* delimiters,
instead of afterwards. The special cases for this are commas and
behaviour around args.

Resolves #73
README.md
black.py
docs/reference/reference_functions.rst
tests/expression.py
tests/import_spacing.py