From f339240ad03443b480126c1ce1acac56bee3fcc3 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Sat, 13 May 2023 21:59:34 +0200 Subject: [PATCH] vimrc: use 109ch text width for shell scripts as well --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index d40b57a665..9a512ec6c8 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