Add script to trim whitespace
This commit is contained in:
parent
e681a63552
commit
39aa0ccc91
66 changed files with 350 additions and 347 deletions
3
script/trim.sh
Executable file
3
script/trim.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
find src spec include -type f | xargs perl -pi -e 's/ +$//'
|
||||
Loading…
Add table
Add a link
Reference in a new issue