diff options
author | Pierre Joye <pierre.php@gmail.com> | 2021-09-11 11:41:03 +0700 |
---|---|---|
committer | Pierre Joye <pierre.php@gmail.com> | 2021-09-11 11:41:03 +0700 |
commit | efbf48317f6677f890b25e9f6ba2e7a7fb31e510 (patch) | |
tree | 5fe1b3625d609ec52e3231e9879874c8f02b224a /.gitattributes | |
parent | 0c2172d9336c8bcd3a2b6f9b7653a972406747e8 (diff) | |
download | libgd-efbf48317f6677f890b25e9f6ba2e7a7fb31e510.tar.gz |
add them too and enforce lf, so I don't mess it up again
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 1c3bb87..852f5aa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,8 +3,8 @@ # Explicitly declare text files you want to always be normalized and converted # to native line endings on checkout. -*.c text -*.h text +*.c text eol=lf +*.h text eol=lf # Declare files that will always have CRLF line endings on checkout. *.sln text eol=crlf @@ -17,3 +17,6 @@ *.m4 text eol=lf *.ac text eol=lf *.am text eol=lf + +*.md text eol=lf +*.yaml text eol=lf
\ No newline at end of file |