commit 34bcc92d18ab6373205eed356b41ff3206fa01e3
parent 218f47acf9ff4fa2fd8db9d301c5d27755a8d8c5
Author: Alex Balgavy <alex@balgavy.eu>
Date: Wed, 28 Sep 2022 16:38:59 +0200
vim: flake8 linter should allow longer lines, this ain't 1980
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vim/vimrc b/vim/vimrc
@@ -463,7 +463,7 @@ let g:ale_c_clangformat_options = '-std=gnu99 -Wall'
let g:ale_c_clangtidy_options = '-std=gnu99 -Wall'
let g:ale_c_clangtidy_extra_options = '-std=gnu99 -Wall'
let g:ale_perl_perlcritic_options = '--brutal'
-
+let g:ale_python_flake8_options = '--max-line-length=130'
call ale#Set('tex_textidote_executable', 'textidote')
call ale#Set('tex_textidote_options', '--no-color --output singleline')
" TODO get language from spell spelllang