Normalize all line endings

This commit is contained in:
Milo Yip 2016-03-04 09:44:01 +08:00
parent 6d0f0b2a84
commit d9cf99baf6
7 changed files with 8547 additions and 8525 deletions

22
.gitattributes vendored Normal file
View File

@ -0,0 +1,22 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cpp text
*.h text
*.txt text
*.md text
*.json text
*.cmake text
*.svg text
*.dot text
*.yml text
*.in text
*.sh text
*.autopkg text
Dockerfile text
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary