mirror of
https://github.com/luzifer/vim.git
synced 2024-11-09 16:10:00 +00:00
Remove non-pep8 formatting, add automatic pep8 on save
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
1e32bf0290
commit
07974b63bf
2 changed files with 1 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
|||
setlocal ts=2
|
||||
setlocal sw=2
|
||||
setlocal sts=2
|
1
vimrc
1
vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue