Set default text width for Python to 79
This commit is contained in:
parent
47e8255b4d
commit
399e4a00f3
2
.vimrc
2
.vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue