diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5cd4e69 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,24 @@ +# Set the default behavior for all files +* text=auto eol=lf + +# Binary files (should not be modified) +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.mov binary +*.mp4 binary +*.mp3 binary +*.flv binary +*.fla binary +*.swf binary +*.gz binary +*.zip binary +*.7z binary +*.ttf binary +*.woff binary +*.woff2 binary +*.eot binary +*.pdf binary + diff --git a/CHANGELOG.md b/CHANGELOG.md index a1972de..9bb4dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to ### Added - ✨(resource-server) add SCIM /Me endpoint #895 +- 🔧(git) set LF line endings for all text files #928 ### Changed