Increase number of characters per line to 80 to avoid aggressive short lines.
Signed-off-by: Parav Pandit <pa...@nvidia.com> --- _vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_vimrc b/_vimrc index 045b3c5..375a043 100644 --- a/_vimrc +++ b/_vimrc @@ -2,4 +2,4 @@ "following settings (without the " symbol) as last two lines in $HOME/.vimrc: "set secure "set exrc -set textwidth=65 +set textwidth=80 -- 2.26.2 --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscr...@lists.oasis-open.org For additional commands, e-mail: virtio-dev-h...@lists.oasis-open.org