feat: change textwidth rules

width is now 80
enforce rule for every filetype
This commit is contained in:
David 2020-09-29 00:40:09 +02:00
parent 426c6f17b2
commit 70c0769e8b
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ set shiftwidth=4
set autoindent
" Formatting
set textwidth=99
autocmd FileType * setlocal formatoptions+=jp
set textwidth=80
autocmd FileType * setlocal formatoptions+=jpt
autocmd FileType * setlocal formatoptions-=ro
" Enable autocompletion