This website requires JavaScript.
Explore
Help
Sign in
traxys
/
tree-sitter
Watch
1
Star
0
Fork
You've already forked tree-sitter
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
94dc703bfc
tree-sitter
/
script
/
trim-whitespace
4 lines
81 B
Text
Raw
Normal View
History
Unescape
Escape
Add script to trim whitespace
2014-03-09 19:49:35 -07:00
#!/usr/bin/env bash
Rename spec -> test 'Test' is a lot more straightforward of a name.
2017-03-09 20:40:01 -08:00
find src test include -type f | xargs perl -pi -e 's/ +$//'
Reference in a new issue
Copy permalink