From: Daniel Hahler Date: Sat, 29 Jul 2017 13:10:07 +0000 (+0200) Subject: Do not set expandtab, (soft)tabstop, shiftwidth (#83) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/e0562c8f61eb871f99192b66fbdccd5fbe60dcd2?hp=e0562c8f61eb871f99192b66fbdccd5fbe60dcd2 Do not set expandtab, (soft)tabstop, shiftwidth (#83) It is not the job of an indent plugin to set those. Closes https://github.com/Vimjas/vim-python-pep8-indent/pull/70. Closes https://github.com/Vimjas/vim-python-pep8-indent/pull/80. ---