Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove trailing white spaces and convert tabs to spaces #56

Merged
merged 2 commits into from
May 11, 2013

Conversation

olajep
Copy link
Contributor

@olajep olajep commented May 11, 2013

No description provided.

Generated with:
find . -type f -and -not \( -name "*.o" -or -name "*.exe" -or -name "*.hi" \) \
| grep -Ev "\.git/|dist/" | xargs -n1 sed -e 's/[ \t]*$//' -i
First this command was run:
find . -type f -and -not \( -name "*.o" -or -name "*.exe" -or -name "*.hi" \
-or -name "Makefile"\) | grep -Ev "\.git/|\.git$|dist/" | \
args -n1 sed -e 's/[\t]/    /g' -i

Then the affected files were edited manually trying to match the coding
style in each file.
NathanHowell added a commit that referenced this pull request May 11, 2013
Remove trailing white spaces and convert tabs to spaces
@NathanHowell NathanHowell merged commit 542b37f into bos:master May 11, 2013
@NathanHowell
Copy link
Collaborator

Thanks, this has bugged me for a while 👍

@olajep olajep deleted the trailing-white-spaces branch May 11, 2013 16:04
@cartazio
Copy link
Collaborator

awesome, i noticed this tabs madness when i was working on my bits last week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants