vimrc: use 109ch text width for shell scripts as well
This commit is contained in:
parent
3f01456032
commit
f339240ad0
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue