diff options
author | 2021-03-13 15:01:08 -0800 | |
---|---|---|
committer | 2021-03-13 15:01:08 -0800 | |
commit | 3f2f2a6178f31461acb16d4143949f3ef76bd470 (patch) | |
tree | e7b7ce6ca0d47446668fc9d02bfd26020a049bed | |
parent | Merge pull request #184 from python-discord/dependabot/npm_and_yarn/types/nod... (diff) |
Use .gitattributes to normalise line endings
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..028f5a4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto +*.ico binary +*.otf binary +*.png binary |