From: Daniel Hahler Date: Sun, 22 Jul 2018 21:54:26 +0000 (+0200) Subject: Address Flake8's E127 with "if (" (#102) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/fef375966a19e70af820e18b50d82b55157b3a41?ds=sidebyside;hp=fef375966a19e70af820e18b50d82b55157b3a41 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. ---