Skip to content
GitLab
Explore
Sign in
removing training whitespaces from plays and roles
Code
Review changes
Check out branch
Download
Patches
Plain diff
Andreas Hamacher
requested to merge
remTrailingWhitespaces2
into
master
May 26, 2020
Overview
0
Commits
1
Pipelines
1
Changes
107
Expand
find . -type f -name "
.yml" -print0 | xargs -0 sed -i 's/\s
$//g'
Merge request reports