1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Replace literal tabs with two spaces

Most versions of `sed` don't accept `\t`, instead enter a literal tab with
Ctrl+v, Tab.

    git ls-files | xargs sed -i '' -e 's/[\t]/  /g'
This commit is contained in:
Lee Hambley 2013-04-02 20:30:03 +02:00
parent 4acea20beb
commit 16c5d3b71c
6 changed files with 45 additions and 45 deletions