From: Frantisek Sumsal Date: Sat, 13 May 2023 19:59:34 +0000 (+0200) Subject: vimrc: use 109ch text width for shell scripts as well X-Git-Tag: v254-rc1~484^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f339240ad03443b480126c1ce1acac56bee3fcc3;p=thirdparty%2Fsystemd.git vimrc: use 109ch text width for shell scripts as well --- diff --git a/.vimrc b/.vimrc index d40b57a665f..9a512ec6c8c 100644 --- a/.vimrc +++ b/.vimrc @@ -17,5 +17,5 @@ set expandtab set makeprg=GCC_COLORS=\ make set tw=79 au BufRead,BufNewFile *.xml set tw=109 shiftwidth=2 smarttab -au FileType sh set tw=80 shiftwidth=4 smarttab +au FileType sh set tw=109 shiftwidth=4 smarttab au FileType c set tw=109