diff options
| author | Linnea Gräf <nea@nea.moe> | 2024-03-06 21:49:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-06 21:49:08 +0100 |
| commit | de0f0e888a4c0767c8e8ca911113482a3b1f9d5c (patch) | |
| tree | aa390c371a4643ac966f7bd95decb80fe1c08e45 /.gitattributes | |
| parent | fb61f5717ee24829781a3fbe2152a647ef7137ed (diff) | |
| download | SkyHanni-de0f0e888a4c0767c8e8ca911113482a3b1f9d5c.tar.gz SkyHanni-de0f0e888a4c0767c8e8ca911113482a3b1f9d5c.tar.bz2 SkyHanni-de0f0e888a4c0767c8e8ca911113482a3b1f9d5c.zip | |
Renormalize line endings to be \n (#1112)
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..d289da371 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +* text=auto + +# Always Unix-style line endings +*.sh text eol=lf + +# Always Windows-style line endings +*.bat text eol=crlf +*.cmd text eol=crlf + +# Always binary +*.jpg -text +*.ogg -text +*.png -text +*.xcf -text |
