Skip to content

Remove trailing whitespace#218

Merged
hunner merged 1 commit intomasterfrom
unknown repository
Feb 5, 2014
Merged

Remove trailing whitespace#218
hunner merged 1 commit intomasterfrom
unknown repository

Conversation

@mrwacky42
Copy link
Copy Markdown

Probably there are prettier command lines, but this is the one I used.

find . -path "./.git" -prune -o -type f  -exec sed -i '' -e's/[[:space:]]*$//' \{\} \;

hunner added a commit that referenced this pull request Feb 5, 2014
@hunner hunner merged commit dacdfaa into puppetlabs:master Feb 5, 2014
@mrwacky42 mrwacky42 deleted the remove_trailing_whitespace branch February 5, 2014 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants