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