Normalize line endings but not JSON files

This commit is contained in:
Milo Yip 2016-03-04 11:52:18 +08:00
parent 7fb84d304b
commit a62777487d
36 changed files with 8276 additions and 8276 deletions

2
.gitattributes vendored
View File

@ -7,7 +7,6 @@
*.h text *.h text
*.txt text *.txt text
*.md text *.md text
*.json text
*.cmake text *.cmake text
*.svg text *.svg text
*.dot text *.dot text
@ -20,3 +19,4 @@ Dockerfile text
# Denote all files that are truly binary and should not be modified. # Denote all files that are truly binary and should not be modified.
*.png binary *.png binary
*.jpg binary *.jpg binary
*.json binary