Merge branch 'master' of vcs.murgi.de:dotfiles_fabian/dotfiles

This commit is contained in:
Fabian Ising
2020-03-23 15:10:31 +01:00
6 changed files with 25 additions and 7 deletions

View File

@@ -154,7 +154,7 @@ set ignorecase
set smartcase
" Line wrapping
set tw=120 " set textwidth of 80 characters
set tw=100 " set textwidth of 100 characters
set formatoptions-=t " Don't wrap code
set formatoptions+=c " Wrap comments
set formatoptions+=mB " Don't break multibyte characters