Normalize line endings but not JSON files
This commit is contained in:
parent
7fb84d304b
commit
a62777487d
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
|
Loading…
x
Reference in New Issue
Block a user