Remove line length for Python

I have visual column markers, that's enough and less annoying.
This commit is contained in:
Peter J. Holzer 2025-04-18 14:06:23 +02:00
parent 8af53c0504
commit e4e6cf9a99
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -58,6 +58,6 @@ 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 autocmd FileType python set tw=0
autocmd FileType css set iskeyword+=- autocmd FileType css set iskeyword+=-