rector/bin/clean_trailing_spaces.sh

4 lines
107 B
Bash
Raw Normal View History

2017-12-30 15:41:49 -02:00
#!/usr/bin/env bash
# trailing whitespaces
2019-02-03 18:46:45 +01:00
sed -i -E 's#\s+$##g' config/level/*/*.yaml docs/*.md README.md