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: [PATCH] vimrc: Increase number of characters per line to 80


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



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