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

Introduce end-of-line normalization. #61

Merged
merged 1 commit into from
Apr 2, 2014

Conversation

lemuelf
Copy link
Contributor

@lemuelf lemuelf commented Feb 28, 2014

This change introduces end-of-line normalization. On checkout, if on Windows, git will convert end-of-line character of all text files to CRLF, and if on *nix systems end-of-line character will be retained as LF. On checkin, LF will be used.

Basically, this cleans up the files for both Windows and *nix systems. No other changes aside from the end-of-line change.

This change introduces end-of-line normalization.  On checkout, if on Windows, git
will convert end-of-line character of all text files to CRLF, and if on *nix systems
end-of-line character will be retained as LF.  On checkin, LF will be used.
elo80ka added a commit that referenced this pull request Apr 2, 2014
Introduce end-of-line normalization.
@elo80ka elo80ka merged commit c7abbbf into elo80ka:master Apr 2, 2014
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