From 91420d6c92112727a87fed0ccd232500d8bfb8fc Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Mon, 3 Jan 2022 14:42:19 +0100 Subject: [PATCH] vimrc: line length of 88 --- roles/dotfiles/files/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/dotfiles/files/vimrc b/roles/dotfiles/files/vimrc index cd26f02..54cab63 100644 --- a/roles/dotfiles/files/vimrc +++ b/roles/dotfiles/files/vimrc @@ -1,5 +1,5 @@ set number -set colorcolumn=80 +set colorcolumn=88 set background=dark set cursorline syntax on @@ -53,7 +53,7 @@ let g:ale_python_pylint_options = '--disable=C0111' let g:ale_python_mypy_options = '--ignore-missing-imports --disallow-untyped-defs --disallow-incomplete-defs' " Black -let g:black_linelength = 80 +let g:black_linelength = 88 " ycm let g:ycm_autoclose_preview_window_after_insertion = 1