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