diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..526c8a3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf \ No newline at end of file diff --git a/README.md b/README.md index 2da0e68..702b09f 100644 --- a/README.md +++ b/README.md @@ -342,6 +342,7 @@ rootAVD.bat system-images\android-25\google_apis_playstore\armeabi-v7a\ramdisk.i ### Change Logs #### [June 2023] +* [General] - Added `.gitattributes` with `*.sh text eol=lf` to force UNIX line ending on Windows * [rootAVD.bat] - rewritten the file and folder handling entirely * [rootAVD.bat] - fixed typos and bug fixes * [rootAVD.bat] - updated the TestADB routine, adb path will now be set automatically