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

Enable line ending normalization for text files #73

Closed
ohumbel opened this issue Oct 27, 2015 · 1 comment
Closed

Enable line ending normalization for text files #73

ohumbel opened this issue Oct 27, 2015 · 1 comment
Assignees

Comments

@ohumbel
Copy link
Member

ohumbel commented Oct 27, 2015

For multi platform projects, line endings in text files (CR vs. CRLF) are always an issue.
A .gitattributes file helps handling these line endings on a per repository basis.

I want to create a minimal .gitattributes file, if so specified in config.ini.

Further reading:
https://help.github.com/articles/dealing-with-line-endings/
http://stackoverflow.com/questions/170961/whats-the-best-crlf-carriage-return-line-feed-handling-strategy-with-git

@ohumbel ohumbel self-assigned this Oct 27, 2015
@WtfJoke
Copy link
Member

WtfJoke commented Oct 27, 2015

Makes sense^^ Since we rum into similar issues with even this small repository 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants