From 3cdf738df2aae637c5d8cb15bff2f0ec9f2b07ab Mon Sep 17 00:00:00 2001 From: listout Date: Tue, 18 May 2021 11:51:34 +0530 Subject: 80 character rule --- after/ftplugin/python.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'after/ftplugin') diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim index 0471a94..2da6441 100644 --- a/after/ftplugin/python.vim +++ b/after/ftplugin/python.vim @@ -4,3 +4,6 @@ setlocal signcolumn=yes " tabs and spaces set tabstop=8 expandtab shiftwidth=4 softtabstop=4 filetype indent on + +" character limit +setlocal textwidth=80 -- cgit v1.2.3