diff options
author | huderlem <huderlem@gmail.com> | 2019-02-05 15:45:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-05 15:45:17 -0600 |
commit | fef1f0c11af596f9a740bbab82836dcef6978bab (patch) | |
tree | 9d7eb594204c666cd0bee4b89a38179c185c21c5 | |
parent | fd7fe1507df78ed3b0109815a58a0f36401225c8 (diff) |
Add json to list of LF line-end files
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 3bbd49fbf..964e5f029 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,6 +10,7 @@ Makefile text eol=lf *.inc text eol=lf *.sha1 text eol=lf *.sed text eol=lf +*.json text eol=lf *.png binary *.bin binary |