OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [PATCH] vimrc: Increase number of characters per line to 80


> From: Parav Pandit <parav@nvidia.com>
> Sent: Tuesday, April 11, 2023 5:08 PM
> 
> Increase number of characters per line to 80 to avoid aggressive short lines.
> 
> Signed-off-by: Parav Pandit <parav@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

Hi Michael,

Can you please take this patch?
The recent patch from David has an aggressive indentation.
Once we increase the limit to 80, it is easier to let the editing tool do the job.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]