Skip to content

Commit

Permalink
fix: 將 flake8 的最短行寬限制修改成 120
Browse files Browse the repository at this point in the history
  • Loading branch information
zx1986 committed Oct 10, 2018
1 parent 2bbb8f3 commit ff8063a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc.local
Expand Up @@ -44,4 +44,4 @@ let g:rufo_auto_formatting = 0

" Python
autocmd FileType python setlocal colorcolumn=119
let g:syntastic_python_flake8_post_args='--ignore=F821'
let g:syntastic_python_flake8_post_args='--ignore=F821,E302,E501'

0 comments on commit ff8063a

Please sign in to comment.