]> 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 option for hanging closing brackets (#94)
authorJake Harr <jakeharr@gmail.com>
Sun, 15 Jul 2018 19:11:26 +0000 (15:11 -0400)
committerDaniel Hahler <github@thequod.de>
Sun, 15 Jul 2018 19:11:26 +0000 (21:11 +0200)
commit19c53ee5f8b6e9054d0ee1c295d876ccb96a21f7
treea7dafd471a19900e2930b2ffa4ae1df2b1392d8f
parent5f4184fb1200b329e810c1e4c866c86fdf44c135
Add option for hanging closing brackets (#94)

The main idea is discussed at length in PyCQA/pycodestyle#103.

* Add tests for `python_pep8_indent_hang_closing`

This might be overkill. It reruns the current "vim" set of tests once
for each value of the new setting. Of course, this makes the test suite
take longer to run. I couldn't think of a good way to factor out the
relevant test cases without creating a mess.
README.rst
indent/python.vim
spec/indent/indent_spec.rb
spec/spec_helper.rb