diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-07-22 14:30:09 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-07-22 14:30:09 -0400 |
commit | 914aa9e08061db55db4d445e8e43f71603dca634 (patch) | |
tree | 7ad451bc510209d5bdc8a67e0c06649d7f6d60bc /.gitattributes | |
download | chicken-chaser-gd-914aa9e08061db55db4d445e8e43f71603dca634.tar.gz chicken-chaser-gd-914aa9e08061db55db4d445e8e43f71603dca634.zip |
git config
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf |