diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-25 12:06:40 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-25 12:07:59 +0200 |
commit | bf856d132261e7ca91ca6f8fbe5cecef6ba939d6 (patch) | |
tree | 66ecc7171093bed9981ea2870254ceb952122c76 /.gitattributes | |
parent | c8b701953f1b0a6349d738895df738d4899ab1f5 (diff) | |
download | 1989-dawn-of-freedom-bf856d132261e7ca91ca6f8fbe5cecef6ba939d6.tar.gz |
Normalize line endings.
Added .gitattributes with text=auto setting.
Ran `git add --renormalize .` to update all the checked in files.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..aee666c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto +*.jpg binary +*.png binary |