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

Update editorconfig for EOF Newlines #1084

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Conversation

Kangie
Copy link
Contributor

@Kangie Kangie commented Oct 25, 2024

Also make all (non-binary) files meet the POSIX definition of files again.

- Also make all files 'files' again (posixly)

Signed-off-by: Matt Jolly <[email protected]>
@Kangie
Copy link
Contributor Author

Kangie commented Oct 25, 2024

In case we need to run this again:

git ls-files -z | while IFS= read -rd '' f; do if file --brief --mime-encoding "$f" | grep -qv binary; then tail -c1 < "$f" | read -r _ || echo >> "$f"; fi; done

@ThomasAdam ThomasAdam added the area:build Relates to compiling/buildsystem of fvwm label Oct 25, 2024
@ThomasAdam ThomasAdam added this to the 1.1.1 milestone Oct 25, 2024
@ThomasAdam ThomasAdam merged commit 4f89ed8 into fvwmorg:main Oct 25, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:build Relates to compiling/buildsystem of fvwm
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants