X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fvim%2Ffiles%2Fvimrc;h=26cc06cd1b62dbe711d583d4ddcf2d653183b837;hb=9c4f0bebd5324a48db76e460299f8932bfd506d7;hp=cfebe674808d9df3d4e453630d93f74d891ff634;hpb=53f110abfda46d0251e5ca61e072be4f9eb390b9;p=max%2Fsaltfiles.git diff --git a/states/vim/files/vimrc b/states/vim/files/vimrc index cfebe67..26cc06c 100644 --- a/states/vim/files/vimrc +++ b/states/vim/files/vimrc @@ -164,6 +164,6 @@ if executable('ag') endif " Auto formatters -let g:formatdef_autopep8 = "'autopep8 -a - --range '.a:firstline.' '.a:lastline" +let g:formatdef_autopep8 = "'autopep8 --aggressive --aggressive - --range '.a:firstline.' '.a:lastline" let g:formatters_python = ['autopep8'] noremap :Autoformat