mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 14:27:14 +01:00
4 lines
106 B
Bash
Executable File
4 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# trailing whitespaces
|
|
sed -i -E 's/\s+$//g' config/level/*/*.yml docs/*.md README.md
|