From e91b3854c65bc3c1919193dbba28b8d2527096eb Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Thu, 16 Sep 2021 10:29:44 +0100 Subject: [PATCH] Bump the line length in python to 120 --- states/vim/files/flake8 | 4 ++-- states/vim/files/vimrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/states/vim/files/flake8 b/states/vim/files/flake8 index e69ea86..22fe9a1 100644 --- a/states/vim/files/flake8 +++ b/states/vim/files/flake8 @@ -1,3 +1,3 @@ [flake8] -max_line_length = 99 -max_doc_length = 72 +max_line_length = 119 +max_doc_length = 80 diff --git a/states/vim/files/vimrc b/states/vim/files/vimrc index ea9904b..4bc8f03 100644 --- a/states/vim/files/vimrc +++ b/states/vim/files/vimrc @@ -100,7 +100,7 @@ let g:clang_user_options='|| exit0' " Color 80th column highlight ColorColumn ctermbg=7 -let &colorcolumn="80,".join(range(100,999),",") +let &colorcolumn="80,100".join(range(120,999),",") " Octave Syntax " augroup filetypedetect -- 2.45.2