mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
4 lines
81 B
Bash
Executable file
4 lines
81 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
find src test include -type f | xargs perl -pi -e 's/ +$//'
|