From b5fd8ee62947adbf3b65d874664d20a4eccbc71c Mon Sep 17 00:00:00 2001 From: Himura Kazuto Date: Mon, 11 Aug 2025 09:41:16 +0400 Subject: [PATCH] Support Windows environment Fix the `/root/start-emulator.sh: line 2: $'\r': command not found` error --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf