feat: change textwidth rules
width is now 80 enforce rule for every filetype
This commit is contained in:
parent
426c6f17b2
commit
70c0769e8b
@ -103,8 +103,8 @@ set shiftwidth=4
|
|||||||
set autoindent
|
set autoindent
|
||||||
|
|
||||||
" Formatting
|
" Formatting
|
||||||
set textwidth=99
|
set textwidth=80
|
||||||
autocmd FileType * setlocal formatoptions+=jp
|
autocmd FileType * setlocal formatoptions+=jpt
|
||||||
autocmd FileType * setlocal formatoptions-=ro
|
autocmd FileType * setlocal formatoptions-=ro
|
||||||
|
|
||||||
" Enable autocompletion
|
" Enable autocompletion
|
||||||
|
Reference in New Issue
Block a user