mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 05:48:21 +01:00
4 lines
105 B
Bash
Executable File
4 lines
105 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# trailing whitespaces
|
|
sed -i -E 's#\s+$##g' config/set/*/*.yaml docs/*.md README.md
|