diff options
| author | Kenix3 <kenixwhisperwind@gmail.com> | 2021-02-25 18:21:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-25 18:21:51 -0500 |
| commit | 73eed5a0b3a731eae38dbf04a2c382046ef54a83 (patch) | |
| tree | b216b3e71d65cb707c7eb1caef0c8527fe80776f /.gitattributes | |
| parent | 48aa632eb6a4bfb80c25a77ef83b167d5ec8bead (diff) | |
Fixes IDO recomp and allows git to detect binary files. (#50)
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index fcadb2cf9..dfe077042 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -* text eol=lf +# Auto detect text files and perform LF normalization +* text=auto |
