1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

vimrc: use 109ch text width for shell scripts as well

This commit is contained in:
Frantisek Sumsal 2023-05-13 21:59:34 +02:00
parent 3f01456032
commit f339240ad0

2
.vimrc
View File

@ -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