diff --git a/.gitattributes b/.gitattributes index c7ddb762..da0b45d5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,12 @@ +* text=auto + +*.ps1 text eol=crlf +*.json text eol=crlf +*.cfg text eol=crlf + +*.png binary +*.jpg binary + config/* diff config/applications.json diff -*.json diff \ No newline at end of file +*.json diff