From: Maximilian Friedersdorff Date: Thu, 16 Sep 2021 09:29:44 +0000 (+0100) Subject: Bump the line length in python to 120 X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=e91b3854c65bc3c1919193dbba28b8d2527096eb;p=max%2Fsaltfiles.git Bump the line length in python to 120 --- 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