Remove line length for Python
I have visual column markers, that's enough and less annoying.
This commit is contained in:
parent
8af53c0504
commit
e4e6cf9a99
2
.vimrc
2
.vimrc
|
@ -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+=-
|
||||||
|
|
Loading…
Reference in New Issue