mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-28 11:31:57 +01:00
Normalize line endings but not JSON files
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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
|
||||||
Reference in New Issue
Block a user