From: Jake Harr Date: Sun, 15 Jul 2018 19:11:26 +0000 (-0400) Subject: Add option for hanging closing brackets (#94) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/19c53ee5f8b6e9054d0ee1c295d876ccb96a21f7?ds=inline;hp=19c53ee5f8b6e9054d0ee1c295d876ccb96a21f7 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. ---