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

replace tabs with spaces in GLSL files #3029

Merged
merged 1 commit into from
Sep 15, 2015

Conversation

rutsky
Copy link
Contributor

@rutsky rutsky commented Sep 14, 2015

done with:

find . -iname '*.glsl' -exec sed -i -r 's/\t/    /g' {} \;

There are also trailing spaces, but I don't see that they are forbidden in the Coding Conventions.

done with:

    find . -iname '*.glsl' -exec sed -i -r 's/\t/    /g' {} \;
@pjcozzi
Copy link
Contributor

pjcozzi commented Sep 15, 2015

Thanks for the cleanup, @rutsky!

FYI, we don't use trailing whitespace; the Coding Conventions are a bit out of date.

pjcozzi added a commit that referenced this pull request Sep 15, 2015
replace tabs with spaces in GLSL files
@pjcozzi pjcozzi merged commit e09133c into CesiumGS:master Sep 15, 2015
@rutsky rutsky mentioned this pull request Sep 15, 2015
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.

2 participants