diff --git a/.gitattributes b/.gitattributes index ee21ec4f32..2a0e8466c2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,4 +4,7 @@ *.json text *.md text *.iced text -*.csproj text \ No newline at end of file +*.csproj text + +# Use unix line endings always, even on Windows +* text=auto eol=lf