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

Address Flake8's E127 with "if (" (#102)
authorDaniel Hahler <github@thequod.de>
Sun, 22 Jul 2018 21:54:26 +0000 (23:54 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Jul 2018 21:54:26 +0000 (23:54 +0200)
commitfef375966a19e70af820e18b50d82b55157b3a41
tree5f862862e36a9f314b69fc4fc9354aaf23eafbc4
parentc5e3545efbb61f0fb141512aefeadf5bfabdc3a1
Address Flake8's E127 with "if (" (#102)

> continuation line over-indented for visual indent

It appears that the "if (" is just the 4 columns wide that triggers the
extra indent with sw=4.

Might also change/adjust b:control_statement to ignore `if (`, but this
appears to be more flexible/correct.
indent/python.vim
spec/indent/indent_spec.rb