Skip to content

Commit f339240

Browse files
committed
vimrc: use 109ch text width for shell scripts as well
1 parent 3f01456 commit f339240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ set expandtab
1717
set makeprg=GCC_COLORS=\ make
1818
set tw=79
1919
au BufRead,BufNewFile *.xml set tw=109 shiftwidth=2 smarttab
20-
au FileType sh set tw=80 shiftwidth=4 smarttab
20+
au FileType sh set tw=109 shiftwidth=4 smarttab
2121
au FileType c set tw=109

0 commit comments

Comments
 (0)