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

Change indent to tabs #48

Merged
merged 4 commits into from Nov 6, 2011
Merged

Change indent to tabs #48

merged 4 commits into from Nov 6, 2011

Conversation

janmoesen
Copy link
Collaborator

Use git show -w to verify that these commits are nothing but whitespace changes.

Satisfaction not guaranteed, though.

@mathiasbynens
Copy link
Owner

Thanks a lot! Which commands did you use?

mathiasbynens added a commit that referenced this pull request Nov 6, 2011
@mathiasbynens mathiasbynens merged commit b5fbc45 into mathiasbynens:master Nov 6, 2011
@janmoesen
Copy link
Collaborator Author

find . '(' -name '*.php' -o -name '*.tpl' ')' -type f -exec sh -c 'cp -ai "$0" "$0.$$.tmp" && unexpand --first-only --tabs=1 "$0.$$.tmp" > "$0" && rm -f "$0.$$.tmp" && echo "$0"' {} ';' and then git checkout on most of inc. The JS and CSS were done in Vim, using :%s/^ /\t\t/g and :%s/^ /\t/g and manual labour.

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.

None yet

2 participants