1
0
mirror of https://github.com/luzifer/vim.git synced 2024-09-18 18:42:55 +00:00

Remove non-pep8 formatting, add automatic pep8 on save

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-02-24 15:14:06 +01:00
parent 1e32bf0290
commit 07974b63bf
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 1 additions and 3 deletions

View File

@ -1,3 +0,0 @@
setlocal ts=2
setlocal sw=2
setlocal sts=2

1
vimrc
View File

@ -1014,3 +1014,4 @@ let g:go_autodetect_gopath = 0
let g:autopep8_aggressive=1
let g:autopep8_disable_show_diff=1
autocmd BufWritePre *.py Autopep8