-
Notifications
You must be signed in to change notification settings - Fork 55
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
Check line endings in CI #1392
Comments
I propose to install a similar workflow as with the typo or indent workflow. We can probably check such things in a pre-commit hook and in a workflow if we write a proper-script for it. |
Take care of trailing whitespace, too. |
Our indent script checks that. But it seems like the |
Okay I have to correct myself here, clang format cannot check for correct line endings |
Feature request
Is your feature request related to a problem? Please describe.
Sometimes, files with line endings different to all the other files in t8code are introduced.
Describe the solution or feature you'd like
A CI workflow, that checks for correct lineendings
Describe alternatives you've considered
None
Estimated priority
"Priority: medium" Should be solved within half a year
Additional context
#1391
The text was updated successfully, but these errors were encountered: