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

Format files to remove trailing spaces and carriage returns #3384

Merged

Conversation

aaronfranke
Copy link
Contributor

@aaronfranke aaronfranke commented Dec 9, 2024

This PR removes trailing spaces and carriage returns from files, mostly the examples folder. This was requested to be separated from the PR that adds a CI check for this here: #3383 (review)

I excluded 3rdparty/, *.bin.h, and *.ttf.h files from formatting because 3rdparty/ is third-party code and the headers are serialized text files which intentionally contain trailing spaces in the comments.

@bkaradzic bkaradzic merged commit 4096180 into bkaradzic:master Dec 10, 2024
@bkaradzic
Copy link
Owner

Script should not check auto generated files inside bindings directory.

@aaronfranke aaronfranke deleted the format-files-no-trailing-spaces branch December 10, 2024 07:52
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