From e4e6cf9a99ae29d0cc37e5e99e0929a5ba32ff99 Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Fri, 18 Apr 2025 14:06:23 +0200 Subject: [PATCH] Remove line length for Python I have visual column markers, that's enough and less annoying. --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index efd12db..aec5b89 100644 --- a/.vimrc +++ b/.vimrc @@ -58,6 +58,6 @@ autocmd FileType crontab set tw=0 autocmd BufRead,BufNewFile redmine*.txt set filetype=textile autocmd FileType textile set tw=0 linebreak -autocmd FileType python set tw=79 +autocmd FileType python set tw=0 autocmd FileType css set iskeyword+=-