diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-05-13 21:59:34 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-05-13 22:02:37 +0200 |
commit | f339240ad03443b480126c1ce1acac56bee3fcc3 (patch) | |
tree | a0b6ab3a8932e555ad7b497ed0f82e90e70f2e21 /.vimrc | |
parent | po: Translated using Weblate (Belarusian) (diff) | |
download | systemd-f339240ad03443b480126c1ce1acac56bee3fcc3.tar.xz systemd-f339240ad03443b480126c1ce1acac56bee3fcc3.zip |
vimrc: use 109ch text width for shell scripts as well
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |