Set default text width for Python to 79

This commit is contained in:
Peter J. Holzer 2021-01-29 16:02:37 +01:00 committed by Peter J. Holzer
parent 47e8255b4d
commit 399e4a00f3
1 changed files with 2 additions and 0 deletions

2
.vimrc
View File

@ -53,3 +53,5 @@ autocmd FileType crontab set tw=0
autocmd BufRead,BufNewFile redmine*.txt set filetype=textile autocmd BufRead,BufNewFile redmine*.txt set filetype=textile
autocmd FileType textile set tw=0 linebreak autocmd FileType textile set tw=0 linebreak
autocmd FileType python set tw=79