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

Renormalize line endings #285

Open
berezovskyi opened this issue Nov 2, 2024 · 0 comments
Open

Renormalize line endings #285

berezovskyi opened this issue Nov 2, 2024 · 0 comments

Comments

@berezovskyi
Copy link
Contributor

berezovskyi commented Nov 2, 2024

https://stackoverflow.com/questions/7156694/git-how-to-renormalize-line-endings-in-all-files-in-all-revisions

git config core.autocrlf true # think about this one an Eclipse/Acceleo
git add --renormalize .
git commit -m "chore: renormalize line endings"
git push

on the main Lyo repo this is the only file that gets renormalized:

modified: domains/org.eclipse.lyo.tools.domainmodels/representations.aird

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

No branches or pull requests

1 participant