Introduce end-of-line normalization

This will prevent diff issues such as the one seen in merge request 11 when an editor changed the EOL for a file resulting in a useless diff.
This commit is contained in:
Adam Voss
2017-02-17 10:19:35 -06:00
parent 34370cf348
commit a1cb43f3ef
2 changed files with 30 additions and 25 deletions

5
.gitattributes vendored Normal file
View File

@ -0,0 +1,5 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto